mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
(MESS) New NOT WORKING system
---------------------------------------------- VTech BrainStation 9009 CXL (Germany) [TeamEurope]
This commit is contained in:
parent
4c6c27ec0d
commit
ce811af085
@ -878,6 +878,14 @@ ROM_START( gl8008cx )
|
||||
ROM_LOAD( "27-6296-0-0.u3", 0x000, 0x800, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
ROM_START( bs9009cx )
|
||||
ROM_REGION(0x200000, "maincpu", 0)
|
||||
ROM_LOAD( "27-6603-01.u1", 0x0000, 0x200000, CRC(2c299f65) SHA1(44b37007a7c4087d7c2bd8c24907402bfe445ba4) )
|
||||
|
||||
ROM_REGION(0x800, "subcpu", 0)
|
||||
ROM_LOAD( "mcu.u5", 0x000, 0x800, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
ROM_START( itunlim )
|
||||
ROM_REGION(0x200000, "maincpu", 0)
|
||||
ROM_LOAD( "27-06124-002.u3", 0x000000, 0x200000, CRC(0c0753ce) SHA1(d22504d583ca8d6a9d2f56fbaa3e1d52c442a1e9) )
|
||||
@ -907,6 +915,7 @@ COMP( 1997, iq128, 0, 0, iq128, geniusiq_de, driver_dev
|
||||
COMP( 1997, iq128_fr, iq128, 0, iq128, geniusiq, driver_device, 0, "Video Technology", "Genius IQ 128 (France)", GAME_NOT_WORKING | GAME_NO_SOUND)
|
||||
COMP( 1998, iqtv512, 0, 0, iqtv512, geniusiq_de, driver_device, 0, "Video Technology", "Genius IQ TV 512 (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND)
|
||||
COMP( 1999, gl8008cx, 0, 0, gl8008cx, gl8008cx, driver_device, 0, "Video Technology", "Genius Leader 8008 CX (Germany)", GAME_IS_SKELETON)
|
||||
COMP( 1999, bs9009cx, 0, 0, gl8008cx, gl8008cx, driver_device, 0, "Video Technology", "BrainStation 9009 CXL (Germany)", GAME_IS_SKELETON)
|
||||
COMP( 1998, itunlim, 0, 0, iq128, geniusiq_de, driver_device, 0, "Video Technology", "Vtech IT Unlimited (UK)", GAME_NO_SOUND)
|
||||
COMP( 19??, iqunlim, 0, 0, iq128, geniusiq_de, driver_device, 0, "Video Technology", "Vtech IQ Unlimited (Germany)", GAME_IS_SKELETON)
|
||||
COMP( 19??, glmmc, 0, 0, iq128, geniusiq_de, driver_device, 0, "Video Technology", "Genius Leader Master Mega Color (Germany)", GAME_IS_SKELETON)
|
||||
|
@ -1211,7 +1211,8 @@ laser700 // 1984? Laser 700
|
||||
socrates // 1988 Socrates Educational Video System (USA)
|
||||
socratfc // 1988 Socrates SAITOUT (French Canada)
|
||||
profweis // 1988 (Yeno) Proffesor Weiss-Alles (Germany)
|
||||
gl8008cx
|
||||
gl8008cx // 1999 Genius Leader 8008 CX (Germany)
|
||||
bs9009cx // 1999 BrainStation 9009 CXL (Germany)
|
||||
iq128_fr // 1997 Genius PC (France)
|
||||
iq128 // 1997 Genius IQ 128 (Germany)
|
||||
iqtv512 // IQ TV512 (Germany)
|
||||
|
Loading…
Reference in New Issue
Block a user