New working systems

-------------------
Disney Pixar Classics (JAKKS Pacific TV Game) [David Haywood, TeamEurope]
This commit is contained in:
mamehaze 2025-01-25 07:09:49 +00:00 committed by GitHub
parent 3b04485044
commit fc11cdd770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -46130,6 +46130,7 @@ icanpian //
jak_batm // The Batman, 2004
jak_mk
jak_mpacw
jak_pix
jak_potc
jak_powr
jak_sbjd

View File

@ -249,6 +249,11 @@ ROM_START( jak_powr ) // shows Game-Key screen but was never produced with a GK
ROM_LOAD16_WORD_SWAP( "powerrangers.u2", 0x000000, 0x200000, CRC(859c6cff) SHA1(12bb08657e333c2644d707deead8cd3e34a140b2) )
ROM_END
ROM_START( jak_pix )
ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 )
ROM_LOAD16_WORD_SWAP( "jakkspixar.bin", 0x000000, 0x200000, CRC(ec110f2b) SHA1(a57e1d45cfb537173f94d1a95323183a62976bb4) )
ROM_END
} // anonymous namespace
@ -285,3 +290,5 @@ CONS( 2006, jak_supm, 0, 0, spg2xx_jakks, jak_supm, jakks_state, empty_ini
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 )
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 )
CONS( 2006, jak_pix, 0, 0, spg2xx_jakks, spg2xx_jakks, jakks_state, empty_init, "JAKKS Pacific Inc / Handheld Games", "Disney Pixar Classics (JAKKS Pacific TV Game)", MACHINE_IMPERFECT_SOUND )