summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prestige.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-18 07:58:16 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-18 07:59:45 -0500
commitaec8b78561cc746b27d5bf5d2dd5f23ea10e605a (patch)
treec1cb9a4be6ce126ebfef1f5f07b051508deb56b9 /src/mame/drivers/prestige.cpp
parent5b6015e297633b030771a181df89046c6f4bbff3 (diff)
New machines marked as NOT_WORKING
---------------------------------- Mis Primeras Lecciones (Spain) [ClawGrip]
Diffstat (limited to 'src/mame/drivers/prestige.cpp')
-rw-r--r--src/mame/drivers/prestige.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mame/drivers/prestige.cpp b/src/mame/drivers/prestige.cpp
index ac766836dae..bb7a473048f 100644
--- a/src/mame/drivers/prestige.cpp
+++ b/src/mame/drivers/prestige.cpp
@@ -891,11 +891,6 @@ ROM_START( gmmc )
ROM_CONTINUE( 0x000000, 0x020000 )
ROM_END
-ROM_START( gkidabc )
- ROM_REGION( 0x20000, "maincpu", 0 )
- ROM_LOAD("27-5730-00.bin", 0x00000, 0x20000, CRC(64664708) SHA1(74212c2dec1caa41dbc933b50f857904a8ac623b))
-ROM_END
-
/* Driver */
@@ -912,7 +907,3 @@ COMP( 1998, gl7007sl, 0, 0, gl7007sl, prestige, prestige_state, empty
COMP( 1998, prestige, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "PreComputer Prestige Elite", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
COMP( 1999, gwnf, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "Genius Winner Notebook Fun (Germany)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
COMP( 19??, gmmc, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "Genius Master Mega Color (Germany)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
-
-
-// these systems need to be moved into a separate driver
-COMP( 1996, gkidabc, 0, 0, prestige, prestige, prestige_state, empty_init, "VTech", "Genius KID ABC Fan (Germany)", MACHINE_IS_SKELETON )