summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Sandro Ronco <sandro.ronco@gmx.com>2015-01-15 20:46:33 +0100
committer Sandro Ronco <sandro.ronco@gmx.com>2015-01-15 20:54:46 +0100
commit4f66319703eeed62539aeec2012f9811d5b7ad28 (patch)
treece49072a142ee180f474e9c0017bf238b9d340c9
parentf7d888aa9db6479f697591962734db42a01a7047 (diff)
(MESS) New NOT WORKING systems
---------------------------------------------- VTech Genius Junior Movie (Germany) [TeamEurope] VTech Genius Winner Notebook Fun (Germany) [TeamEurope]
-rw-r--r--src/mess/drivers/prestige.c12
-rw-r--r--src/mess/mess.lst2
2 files changed, 14 insertions, 0 deletions
diff --git a/src/mess/drivers/prestige.c b/src/mess/drivers/prestige.c
index d2c8e8c8a19..5869da3aede 100644
--- a/src/mess/drivers/prestige.c
+++ b/src/mess/drivers/prestige.c
@@ -795,6 +795,11 @@ ROM_START( prestige )
ROM_LOAD( "27-6020-02.u2", 0x00000, 0x100000, CRC(6bb6db14) SHA1(5d51fc3fd799e7f01ee99c453f9005fb07747b1e) )
ROM_END
+ROM_START( gwnf )
+ ROM_REGION( 0x100000, "maincpu", 0 )
+ ROM_LOAD( "27-6372-00.bin", 0x00000, 0x100000, CRC(1bb574bd) SHA1(04234a33405782e8641883ebd6dee46a24e014d5) )
+ROM_END
+
ROM_START( glcolor )
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD( "27-5488-00.u5", 0x00000, 0x080000, CRC(e6cf7702) SHA1(ce40418a7777b331bf8c4c881d51732aeb384582) )
@@ -820,6 +825,11 @@ ROM_START( gj5000 )
ROM_LOAD( "27-6019-01.u2", 0x000000, 0x80000, CRC(946e5b7d) SHA1(80963d6ad80d49e54c8996bfc77ac135c4935be5))
ROM_END
+ROM_START( gjmovie )
+ ROM_REGION( 0x100000, "maincpu", 0 )
+ ROM_LOAD( "lh532hlk.bin", 0x000000, 0x40000, CRC(2e64c296) SHA1(604034f902e20851cb9af60964031a508ceef83e))
+ROM_END
+
ROM_START( gjrstar )
ROM_REGION( 0x100000, "maincpu", 0 )
ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f))
@@ -850,10 +860,12 @@ COMP( 1996, glmcolor, 0, 0, glmcolor, glmcolor, driver_device, 0,
COMP( 1997, gl6000sl, 0, 0, gl6000sl, prestige, driver_device, 0, "VTech", "Genius Leader 6000SL (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND)
COMP( 1998, gl7007sl, 0, 0, gl7007sl, prestige, driver_device, 0, "VTech", "Genius Leader 7007SL (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND)
COMP( 1998, prestige, 0, 0, prestige, prestige, driver_device, 0, "VTech", "PreComputer Prestige Elite", GAME_NOT_WORKING | GAME_NO_SOUND)
+COMP( 1999, gwnf, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Winner Notebook Fun (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND)
// these systems need to be moved into a separate driver
COMP( 1996, gj4000, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior 4000 (Germany)", GAME_IS_SKELETON)
+COMP( 1993, gjmovie, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Movie (Germany)", GAME_IS_SKELETON)
COMP( 1996, gjrstar, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar(Germany)", GAME_IS_SKELETON)
COMP( 1996, gjrstar2, gjrstar, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 2 (Germany)", GAME_IS_SKELETON)
COMP( 1998, gjrstar3, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON)
diff --git a/src/mess/mess.lst b/src/mess/mess.lst
index 4663e3347bc..333d0c1ede3 100644
--- a/src/mess/mess.lst
+++ b/src/mess/mess.lst
@@ -1320,6 +1320,7 @@ gl5005x // Genius Leader 5005X (Germany)
gmtt // 1998 Genius Master Table Top (Germany)
gbs5505x // 2001 Genius BrainStation 5505X (Germany)
prestige // PreComputer Prestige Elite
+gwnf // Genius Winner Notebook Fun (Germany)
gl6000sl // Genius Leader 6000SL (Germany)
gl7007sl // Genius Leader 7007SL (Germany)
glcolor // Genius Leader Color (Germany)
@@ -1327,6 +1328,7 @@ glmcolor // Genius Leader Magic Color (Germany)
glscolor // Genius Leader Super Color (Germany)
gjrstar3 // Genius Junior Redstar 3 (Germany)
gj4000 // Genius Junior 4000 (Germany)
+gjmovie // Genius Junior Movie (Germany)
gjrstar // Genius Junior Redstar(Germany)
gjrstar2 // Genius Junior Redstar 2 (Germany)
gj5000 // Genius Junior 5000 (Germany)