Skip to content

Commit

Permalink
new WORKING machines
Browse files Browse the repository at this point in the history
------------
Spider-Man 3 (JAKKS Pacific TV Game) [David Haywood, TeamEurope]
  • Loading branch information
DavidHaywood committed Dec 29, 2024
1 parent 2727fc2 commit c9fd455
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mame/mame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -46015,6 +46015,7 @@ jak_mk
jak_mpacw
jak_potc
jak_sbjd
jak_spd3
jak_supm
jak_wall

Expand Down
7 changes: 7 additions & 0 deletions src/mame/tvgames/spg2xx_jakks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ ROM_START( jak_mpacw )
ROM_LOAD16_WORD_SWAP( "wirelessnamco.bin", 0x000000, 0x200000, CRC(78a318ca) SHA1(3c2601cbb023edb6a1f3d4bce686e0be1ef63eee) )
ROM_END

ROM_START( jak_spd3 )
ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 )
ROM_LOAD16_WORD_SWAP( "spiderman3.u4", 0x000000, 0x200000, CRC(87019271) SHA1(80d126af970236a1cecf7ade49f916caf8f67ceb) )
ROM_END

} // anonymous namespace


Expand Down Expand Up @@ -263,3 +268,5 @@ CONS( 2008, jak_wall, 0, 0, spg2xx_jakks, spg2xx_jakks, jakks_state, empty_ini
CONS( 2007, jak_potc, 0, 0, spg2xx_jakks, spg2xx_jakks, jakks_state, empty_init, "JAKKS Pacific Inc / HotGen Ltd", "Pirates of the Caribbean - Islands of Fortune (JAKKS Pacific TV Game) (Jun 1 2007 12:34:28)", MACHINE_IMPERFECT_SOUND )

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

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 )

0 comments on commit c9fd455

Please sign in to comment.