mirror of
https://github.com/libretro/mame2016-libretro.git
synced 2025-03-01 06:15:33 +00:00
New NOT_WORKING game added
--------------- Fidelity Voice Excellence [plgDavid]
This commit is contained in:
parent
d36b266a46
commit
f49e9b5ce3
@ -343,7 +343,17 @@ ROM_START(csc)
|
||||
ROM_LOAD("101-32107.bin", 0x0000, 0x1000, CRC(f35784f9) SHA1(348e54a7fa1e8091f89ac656b4da22f28ca2e44d))
|
||||
ROM_END
|
||||
|
||||
ROM_START( fexcelv )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD("101-1080a01.ic5", 0x0000, 0x8000, CRC(846f8e40) SHA1(4e1d5b08d5ff3422192b54fa82cb3f505a69a971) )
|
||||
|
||||
ROM_REGION( 0x8000, "speech", 0 )
|
||||
ROM_LOAD("101-1081a01.ic2", 0x0000, 0x8000, CRC(c8ae1607) SHA1(6491ce6be60ed77f3dd931c0ca17616f13af943e) )
|
||||
ROM_END
|
||||
|
||||
/* Driver */
|
||||
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */
|
||||
COMP( 1981, csc, 0, 0, csc, csc, driver_device, 0, "Fidelity Electronics", "Champion Chess Challenger (model CSC)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK)
|
||||
|
||||
COMP( 1987, fexcelv, 0, 0, csc, csc, driver_device, 0, "Fidelity Electronics", "Voice Excellence (model 6092)", MACHINE_NOT_WORKING )
|
||||
|
@ -2140,6 +2140,7 @@ bridgec3
|
||||
vbrc
|
||||
vsc
|
||||
csc
|
||||
fexcelv
|
||||
|
||||
// Hegener & Glaser Munich
|
||||
//mephisto // Mephisto 1 - roms needed - not in driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user