@@ -77,6 +77,14 @@ static INPUT_PORTS_START( spg2xx_jakks )
77
77
PORT_BIT( 0xfff0 , IP_ACTIVE_HIGH, IPT_UNUSED )
78
78
INPUT_PORTS_END
79
79
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
+
80
88
static INPUT_PORTS_START( jak_supm )
81
89
PORT_START(" P1" )
82
90
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
274
282
275
283
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
276
284
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 )
278
286
279
287
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