-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha2600.cfg
47 lines (47 loc) · 1.92 KB
/
a2600.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
<system name="a2600">
<input>
<port tag="BUTTONS_L" type="P1_BUTTON3" mask="32" defvalue="32">
<newseq type="standard">
KEYCODE_RALT
</newseq>
</port>
<port tag="BUTTONS_L" type="P1_BUTTON2" mask="64" defvalue="64">
<newseq type="standard">
KEYCODE_LALT
</newseq>
</port>
<port tag="BUTTONS_L" type="P1_BUTTON1" mask="128" defvalue="128">
<newseq type="standard">
KEYCODE_LCONTROL OR KEYCODE_SPACE
</newseq>
</port>
<port tag="SWA_JOY" type="P1_JOYSTICK_UP" mask="16" defvalue="16">
<newseq type="standard">
KEYCODE_UP OR KEYCODE_8PAD
</newseq>
</port>
<port tag="SWA_JOY" type="P1_JOYSTICK_DOWN" mask="32" defvalue="32">
<newseq type="standard">
KEYCODE_DOWN OR KEYCODE_2PAD
</newseq>
</port>
<port tag="SWA_JOY" type="P1_JOYSTICK_LEFT" mask="64" defvalue="64">
<newseq type="standard">
KEYCODE_LEFT OR KEYCODE_4PAD
</newseq>
</port>
<port tag="SWA_JOY" type="P1_JOYSTICK_RIGHT" mask="128" defvalue="128">
<newseq type="standard">
KEYCODE_RIGHT OR KEYCODE_6PAD
</newseq>
</port>
</input>
<image_directories>
<device instance="cartridge" directory="C:\MESS\software\a2600\" />
<device instance="cassette" directory="C:\MESS\software\a2600" />
</image_directories>
</system>
</mameconfig>