File tree Expand file tree Collapse file tree 3 files changed +90
-0
lines changed Expand file tree Collapse file tree 3 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments