-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Jupiter Ace with Kong clone "Donkey Kong PC" added to DOS Updated Inty Kong
- Loading branch information
Showing
16 changed files
with
186 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<?xml version="1.0"?> | ||
<!-- This file is autogenerated; comments and unknown tags will be stripped --> | ||
<mameconfig version="10"> | ||
<system name="c64"> | ||
<input> | ||
<keyboard tag=":" enabled="1" /> | ||
<port tag=":ROW1" type="KEYBOARD" mask="16" defvalue="16"> | ||
<newseq type="standard"> | ||
KEYCODE_Z OR KEYCODE_LEFT | ||
</newseq> | ||
</port> | ||
<port tag=":ROW2" type="KEYBOARD" mask="4" defvalue="4"> | ||
<newseq type="standard"> | ||
KEYCODE_D OR KEYCODE_UP | ||
</newseq> | ||
</port> | ||
<port tag=":ROW2" type="KEYBOARD" mask="16" defvalue="16"> | ||
<newseq type="standard"> | ||
KEYCODE_C OR KEYCODE_RIGHT | ||
</newseq> | ||
</port> | ||
<port tag=":ROW7" type="KEYBOARD" mask="16" defvalue="16"> | ||
<newseq type="standard"> | ||
KEYCODE_LCONTROL | ||
</newseq> | ||
</port> | ||
<port tag=":joy1:joy:JOY" type="P1_JOYSTICK_UP" mask="1" defvalue="1"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":joy1:joy:JOY" type="P1_JOYSTICK_DOWN" mask="2" defvalue="2"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":joy1:joy:JOY" type="P1_JOYSTICK_LEFT" mask="4" defvalue="4"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":joy1:joy:JOY" type="P1_JOYSTICK_RIGHT" mask="8" defvalue="8"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":joy1:joy:JOY" type="P1_BUTTON1" mask="32" defvalue="32"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":exp:supercpu:RESET" type="OTHER" mask="1" defvalue="1"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
</input> | ||
<image_directories> | ||
<device instance="cassette" directory="" /> | ||
<device instance="floppydisk" directory="C:\dkafe\roms\c64\c64_dk.zip\" /> | ||
<device instance="cartridge" directory="" /> | ||
<device instance="quickload" directory="" /> | ||
</image_directories> | ||
</system> | ||
</mameconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<!-- This file is autogenerated; comments and unknown tags will be stripped --> | ||
<mameconfig version="10"> | ||
<system name="jupace"> | ||
<input> | ||
<keyboard tag=":" enabled="1" /> | ||
<port tag=":A12" type="KEYBOARD" mask="1" defvalue="1"> | ||
<newseq type="standard"> | ||
KEYCODE_LCONTROL OR KEYCODE_0 | ||
</newseq> | ||
</port> | ||
<port tag=":A15" type="KEYBOARD" mask="1" defvalue="1"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
</input> | ||
<image_directories> | ||
<device instance="cassette" directory="" /> | ||
<device instance="snapshot" directory="C:\dkafe\roms\jupace\jupace_krazykong.zip\" /> | ||
<device instance="printout" directory="" /> | ||
</image_directories> | ||
</system> | ||
</mameconfig> |
Oops, something went wrong.