Skip to content

Commit 1d31853

Browse files
authored
Merge pull request #29 from Brainfodder/master
Pull request asked for 3 cfgs: bosco, boscoo, and soldivd
2 parents 215a454 + f8161bf commit 1d31853

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed

bosco.cfg

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0"?>
2+
<!-- Fix of buttons by Brainfodder - use 5th and 6th for start and coins for both 1p and 2p -->
3+
<mameconfig version="10">
4+
<system name="bosco">
5+
<counters>
6+
<coins index="0" number="3" />
7+
</counters>
8+
<input>
9+
<port tag="IN0L" type="START1" mask="4" defvalue="4">
10+
<newseq type="standard">
11+
KEYCODE_1 OR JOYCODE_1_BUTTON8 OR JOYCODE_1_BUTTON5
12+
</newseq>
13+
</port>
14+
<port tag="IN0L" type="START2" mask="8" defvalue="8">
15+
<newseq type="standard">
16+
KEYCODE_2 OR JOYCODE_2_BUTTON8 OR JOYCODE_2_BUTTON5
17+
</newseq>
18+
</port>
19+
<port tag="IN0H" type="COIN1" mask="1" defvalue="1">
20+
<newseq type="standard">
21+
KEYCODE_5 OR JOYCODE_1_BUTTON7 OR JOYCODE_1_BUTTON6
22+
</newseq>
23+
</port>
24+
<port tag="IN0H" type="COIN2" mask="2" defvalue="2">
25+
<newseq type="standard">
26+
KEYCODE_6 OR JOYCODE_2_BUTTON7 OR JOYCODE_2_BUTTON6
27+
</newseq>
28+
</port>
29+
</input>
30+
</system>
31+
</mameconfig>

boscoo.cfg

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0"?>
2+
<!-- Fix of buttons by Brainfodder - use 5th and 6th for start and coins for both 1p and 2p -->
3+
<mameconfig version="10">
4+
<system name="boscoo">
5+
<counters>
6+
<coins index="0" number="3" />
7+
</counters>
8+
<input>
9+
<port tag="IN0L" type="START1" mask="4" defvalue="4">
10+
<newseq type="standard">
11+
KEYCODE_1 OR JOYCODE_1_BUTTON8 OR JOYCODE_1_BUTTON5
12+
</newseq>
13+
</port>
14+
<port tag="IN0L" type="START2" mask="8" defvalue="8">
15+
<newseq type="standard">
16+
KEYCODE_2 OR JOYCODE_2_BUTTON8 OR JOYCODE_2_BUTTON5
17+
</newseq>
18+
</port>
19+
<port tag="IN0H" type="COIN1" mask="1" defvalue="1">
20+
<newseq type="standard">
21+
KEYCODE_5 OR JOYCODE_1_BUTTON7 OR JOYCODE_1_BUTTON6
22+
</newseq>
23+
</port>
24+
<port tag="IN0H" type="COIN2" mask="2" defvalue="2">
25+
<newseq type="standard">
26+
KEYCODE_6 OR JOYCODE_2_BUTTON7 OR JOYCODE_2_BUTTON6
27+
</newseq>
28+
</port>
29+
</input>
30+
</system>
31+
</mameconfig>

soldivid.cfg

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0"?>
2+
<!-- Fix of buttons by Brainfodder - use 5th and 6th for start and coins for both 1p and 2p -->
3+
<mameconfig version="10">
4+
<system name="soldivid">
5+
<input>
6+
<port tag="INPUTS" type="COIN1" mask="1" defvalue="1">
7+
<newseq type="standard">
8+
KEYCODE_5 OR JOYCODE_1_BUTTON7 OR JOYCODE_1_BUTTON6
9+
</newseq>
10+
</port>
11+
<port tag="INPUTS" type="COIN2" mask="2" defvalue="2">
12+
<newseq type="standard">
13+
KEYCODE_6 OR JOYCODE_2_BUTTON6 OR JOYCODE_2_BUTTON7
14+
</newseq>
15+
</port>
16+
<port tag="INPUTS" type="START2" mask="65536" defvalue="65536">
17+
<newseq type="standard">
18+
KEYCODE_2 OR JOYCODE_2_BUTTON8 OR JOYCODE_2_BUTTON5
19+
</newseq>
20+
</port>
21+
<port tag="INPUTS" type="START1" mask="16777216" defvalue="16777216">
22+
<newseq type="standard">
23+
JOYCODE_1_BUTTON8 OR KEYCODE_1 OR JOYCODE_1_BUTTON5
24+
</newseq>
25+
</port>
26+
</input>
27+
</system>
28+
</mameconfig>

0 commit comments

Comments
 (0)