summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author DavidHaywood <28625134+DavidHaywood@users.noreply.github.com>2021-02-02 10:38:23 +0000
committer Vas Crabb <cuavas@users.noreply.github.com>2021-02-02 23:15:24 +1100
commit2300e37bbc637c4156b61a37615eb3879e73844f (patch)
treedd9ec8b74c27e2fb73e2cfd165398f8193bfb199
parent1c2ff4932b8b3b250876f92438a78beabf83b411 (diff)
new WORKING machine
------ The Amazing Spider-Man - Great Math Caper (Sharp Cookie) (NTSC, US) [Sean Riddle, David Haywood]
-rw-r--r--src/mame/drivers/spg2xx_jakks_sharp.cpp10
-rw-r--r--src/mame/mame.lst1
2 files changed, 9 insertions, 2 deletions
diff --git a/src/mame/drivers/spg2xx_jakks_sharp.cpp b/src/mame/drivers/spg2xx_jakks_sharp.cpp
index 852da0dc69d..86581d3129a 100644
--- a/src/mame/drivers/spg2xx_jakks_sharp.cpp
+++ b/src/mame/drivers/spg2xx_jakks_sharp.cpp
@@ -70,10 +70,16 @@ ROM_START( jsc_thom )
ROM_LOAD16_WORD_SWAP( "shckthomas.bin", 0x000000, 0x200000, CRC(bc9549ed) SHA1(7925a8ac166f9c7a56bc5f9d4f9f774af1c92d05) )
ROM_END
+ROM_START( jsc_spid )
+ ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASE00 )
+ ROM_LOAD16_WORD_SWAP( "sharpcookiespiderman.bin", 0x000000, 0x200000, CRC(84cf58bf) SHA1(ac0be079c2469c9c0dea3decd7a7318806cc7ac0) )
+ROM_END
+
// has UK specific voice actors, US versions on YouTube have different voices not present in this set
-CONS( 2007, jsc_thom, 0, 0, base_config_pal, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "Thomas & Friends - Learning Circus Express (Sharp Cookie) (PAL, UK)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS ) // uses NK keys (same as Nicktoons & Spongebob) (3 released) - The upper part of this one is pink/purple.
+CONS( 2007, jsc_thom, 0, 0, base_config_pal, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "Thomas & Friends - Learning Circus Express (Sharp Cookie) (PAL, UK)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
+
+CONS( 2007, jsc_spid, 0, 0, base_config, jak_sharp, jakks_sharp_state, empty_init, "JAKKS Pacific Inc / Child Guidance / Pronto Games", "The Amazing Spider-Man - Great Math Caper (Sharp Cookie) (NTSC, US)", MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_GRAPHICS )
-// The Amazing Spider-Man - Great Math Caper
// Scooby-Doo! - The Pirate's Puzzles
// Go Diego Go - Aztec ABC Adventure
// Dora the Explorer - Dora Saves the Mermaids
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index a76873583a0..812f922205c 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -38519,6 +38519,7 @@ jak_nick //
jak_sbfc //
@source:spg2xx_jakks_sharp.cpp
+jsc_spid
jsc_thom
@source:spg2xx_jakks_tvtouch.cpp