diff options
author | 2018-11-01 17:44:55 -0700 | |
---|---|---|
committer | 2018-11-01 17:44:55 -0700 | |
commit | 865cb0de01b448ab779790d6512b4d01e47fee41 (patch) | |
tree | f3eaf944c1a84192f8e69274419d4a97fa705d74 /src | |
parent | 3a718cd69c5fe3576e48da8c4d950e9741bb066c (diff) |
SNK 40th Collection info on 'ikarijpb' bootleg source (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/snk.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/drivers/snk.cpp b/src/mame/drivers/snk.cpp index c30141723be..c4e21a84818 100644 --- a/src/mame/drivers/snk.cpp +++ b/src/mame/drivers/snk.cpp @@ -2644,6 +2644,11 @@ static INPUT_PORTS_START( ikarijpb ) // this is accomplished by hooking the joystick input to the rotary input, plus // of course the code is patched to handle that. + // According to a SNK 40th Anniversary Collection screenshot, this bootleg + // came from Korea: + // "The idea for Guevara's use of tanks with a human torso poking out of the top + // came from a poorly-programmed Korean bootleg of Ikari." + PORT_MODIFY("IN1") PORT_BIT( 0x21, 0x01, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(1) PORT_BIT( 0x42, 0x02, IPT_JOYSTICK_DOWN ) PORT_8WAY PORT_PLAYER(1) |