-
Notifications
You must be signed in to change notification settings - Fork 0
/
a5200.cfg
26 lines (26 loc) · 954 Bytes
/
a5200.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
<system name="a5200">
<input>
<port tag=":keypad_1" type="KEYPAD" mask="1" defvalue="0">
<newseq type="standard">
KEYCODE_R
</newseq>
</port>
<port tag=":keypad_2" type="KEYPAD" mask="1" defvalue="0">
<newseq type="standard">
KEYCODE_F2 OR KEYCODE_P
</newseq>
</port>
<port tag=":keypad_3" type="P1_START" mask="1" defvalue="0">
<newseq type="standard">
KEYCODE_S
</newseq>
</port>
</input>
<image_directories>
<device instance="cartridge" directory="G:\MESS\software" />
</image_directories>
</system>
</mameconfig>