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.
This commit is contained in:
ClawGrip 2019-12-07 17:49:27 +01:00 committed by Vas Crabb
parent 5721553083
commit df39f376af

View File

@ -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)