Skip to content

Commit 2057eed

Browse files
authored
jak_spd3: Add 3rd button (#13141)
1 parent 5af54ab commit 2057eed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/mame/tvgames/spg2xx_jakks.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ static INPUT_PORTS_START( spg2xx_jakks )
7777
PORT_BIT( 0xfff0, IP_ACTIVE_HIGH, IPT_UNUSED )
7878
INPUT_PORTS_END
7979

80+
static INPUT_PORTS_START( jak_spd3 )
81+
PORT_INCLUDE( spg2xx_jakks )
82+
83+
PORT_MODIFY("P1")
84+
PORT_BIT( 0x0200, IP_ACTIVE_HIGH, IPT_BUTTON3 ) PORT_PLAYER(1) PORT_NAME("C Button")
85+
PORT_BIT( 0x0020, IP_ACTIVE_HIGH, IPT_BUTTON4 ) PORT_PLAYER(1) PORT_NAME("Menu / Pause")
86+
INPUT_PORTS_END
87+
8088
static INPUT_PORTS_START( jak_supm )
8189
PORT_START("P1")
8290
PORT_BIT( 0x8000, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP ) PORT_PLAYER(1) PORT_NAME("Joypad Up")
@@ -274,6 +282,6 @@ CONS( 2007, jak_potc, 0, 0, spg2xx_jakks, spg2xx_jakks, jakks_state, empty_ini
274282

275283
CONS( 2006, jak_supm, 0, 0, spg2xx_jakks, jak_supm, jakks_state, empty_init, "JAKKS Pacific Inc / HotGen Ltd", "Superman in Super Villain Showdown (JAKKS Pacific TV Game) (26 Jan 2006 A)", MACHINE_IMPERFECT_SOUND ) // has AT24C04
276284

277-
CONS( 2007, jak_spd3, 0, 0, spg2xx_jakks, spg2xx_jakks, jakks_state, empty_init, "JAKKS Pacific Inc / Handheld Games", "Spider-Man 3 (JAKKS Pacific TV Game)", MACHINE_IMPERFECT_SOUND )
285+
CONS( 2007, jak_spd3, 0, 0, spg2xx_jakks, jak_spd3, jakks_state, empty_init, "JAKKS Pacific Inc / Handheld Games", "Spider-Man 3 (JAKKS Pacific TV Game)", MACHINE_IMPERFECT_SOUND )
278286

279287
CONS( 2005, jak_powr, 0, 0, spg2xx_jakks, spg2xx_jakks, jakks_state, empty_init, "JAKKS Pacific Inc / Handheld Games", "Power Rangers S.P.D. (JAKKS Pacific TV Game)", MACHINE_IMPERFECT_SOUND )

0 commit comments

Comments
 (0)