-
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 Colour Genie EF2000 with "Colour Kong 32" clone. Add …
…to arcade floor replacing DK+
- Loading branch information
Showing
27 changed files
with
434 additions
and
108 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,45 @@ | ||
<?xml version="1.0"?> | ||
<!-- This file is autogenerated; comments and unknown tags will be stripped --> | ||
<mameconfig version="10"> | ||
<system name="cgenie"> | ||
<video> | ||
<target index="0" view="Screen 0 Pixel Aspect (3:2)" /> | ||
</video> | ||
<input> | ||
<keyboard tag=":" enabled="1" /> | ||
<port tag=":KEY.2" type="KEYBOARD" mask="8" defvalue="0"> | ||
<newseq type="standard"> | ||
KEYCODE_1 OR KEYCODE_S | ||
</newseq> | ||
</port> | ||
<port tag=":KEY.3" type="KEYBOARD" mask="4" defvalue="0"> | ||
<newseq type="standard"> | ||
KEYCODE_Z OR KEYCODE_LCONTROL | ||
</newseq> | ||
</port> | ||
<port tag=":KEY.4" type="KEYBOARD" mask="2" defvalue="0"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":KEY.4" type="KEYBOARD" mask="4" defvalue="0"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
<port tag=":KEY.6" type="KEYBOARD" mask="1" defvalue="0"> | ||
<newseq type="standard"> | ||
KEYCODE_ENTER OR KEYCODE_2 | ||
</newseq> | ||
</port> | ||
<port tag=":KEY.7" type="KEYBOARD" mask="16" defvalue="0"> | ||
<newseq type="standard"> | ||
NONE | ||
</newseq> | ||
</port> | ||
</input> | ||
<image_directories> | ||
<device instance="cassette" directory="C:\dkafe\roms\cgenie\cgenie_colourkong.zip\" /> | ||
</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
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,13 @@ | ||
<?xml version="1.0"?> | ||
<!-- This file is autogenerated; comments and unknown tags will be stripped --> | ||
<mameconfig version="10"> | ||
<system name="intv2"> | ||
<input> | ||
<keyboard tag=":iopt_left_ctrl:handctrl" enabled="1" /> | ||
<keyboard tag=":iopt_right_ctrl:handctrl" enabled="1" /> | ||
</input> | ||
<image_directories> | ||
<device instance="cartridge" directory="c:\dkafe\roms\intv\intv_beautybeast.zip\" /> | ||
</image_directories> | ||
</system> | ||
</mameconfig> |
Oops, something went wrong.