summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2019-12-08 04:12:28 +0100
committer Vas Crabb <cuavas@users.noreply.github.com>2019-12-08 14:12:28 +1100
commitb50653c1c9bc6b3d017918175c5064a751553a4b (patch)
tree15097a8871a9b84341c21e9f246c7209c477ead5 /src
parent3c5fa83a80bfa49da03d05e55f2df8eeea705243 (diff)
prestige.cpp: Add placeholder for TI TSP50C10 speech ROM (nw) (#6024)
* prestige.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. * Fix speech chip socket label (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/prestige.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/prestige.cpp b/src/mame/drivers/prestige.cpp
index 8197b7c32a9..85525613f86 100644
--- a/src/mame/drivers/prestige.cpp
+++ b/src/mame/drivers/prestige.cpp
@@ -883,6 +883,9 @@ ROM_END
ROM_START( pcscolor )
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD( "27-5560-01.u5", 0x00000, 0x080000, CRC(e21e7ecd) SHA1(f3eeb19a88f1856406b357f2966880113b7340dc) )
+
+ ROM_REGION( 0x2000, "speech", 0 )
+ ROM_LOAD( "csm10233an.u1", 0x0000, 0x2000, NO_DUMP ) // TSP50C10 (8K bytes of ROM) labeled "51CTCJT VIDEO TECH CSM10233AN"
ROM_END
ROM_START( snotec )