summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2019-12-07 17:49:27 +0100
committer Vas Crabb <cuavas@users.noreply.github.com>2019-12-08 04:06:59 +1100
commitdf39f376af50bde16db320b4ae748b2687ca40a8 (patch)
tree4e223cf01c249a2d0848b9f7811aaeaa8dc01251 /src/mame
parent572155308327076514c64ab77544e1f332b7c6d1 (diff)
gkidabc.cpp: Add placeholder for TI TSP50C10 speech ROM (nw)
(nw) I've added it only on the machine I'm sure it's present, but it's probably on every machine on this driver.
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/gkidabc.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/gkidabc.cpp b/src/mame/drivers/gkidabc.cpp
index 410ceff1b6f..8470df24e66 100644
--- a/src/mame/drivers/gkidabc.cpp
+++ b/src/mame/drivers/gkidabc.cpp
@@ -45,6 +45,9 @@ ROM_END
ROM_START(miprimlec)
ROM_REGION(0x20000, "maincpu", 0)
ROM_LOAD("27-5482-01.u1", 0x00000, 0x20000, CRC(83aa655b) SHA1(5d7b03f0ff2836e228da77676df03854f87edd26))
+
+ ROM_REGION( 0x2000, "speech", 0 )
+ ROM_LOAD( "csm10150an.u3", 0x0000, 0x2000, NO_DUMP ) // TSP50C10 (8K bytes of ROM) labeled "67ACLKT VIDEO TECH CSM10150AN"
ROM_END
ROM_START(gjrprofi)