From 361a8091b946d0a995d1233aaf45cba5ce44d792 Mon Sep 17 00:00:00 2001 From: Sandro Ronco Date: Fri, 9 Jan 2015 00:13:26 +0100 Subject: [PATCH] (MESS) New NOT WORKING systems ---------------------------------------------- VTech Genius Junior Redstar 2 (Germany) [TeamEurope] --- src/mess/drivers/prestige.c | 6 ++++++ src/mess/mess.lst | 1 + 2 files changed, 7 insertions(+) diff --git a/src/mess/drivers/prestige.c b/src/mess/drivers/prestige.c index 30f67d07a94..d2c8e8c8a19 100644 --- a/src/mess/drivers/prestige.c +++ b/src/mess/drivers/prestige.c @@ -825,6 +825,11 @@ ROM_START( gjrstar ) ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) ROM_END +ROM_START( gjrstar2 ) + ROM_REGION( 0x100000, "maincpu", 0 ) + ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) // identical to 'Genius Junior Redstar' +ROM_END + ROM_START( gjrstar3 ) ROM_REGION( 0x100000, "maincpu", 0 ) ROM_LOAD( "54-06056-000-000.u3", 0x000000, 0x040000, CRC(72522179) SHA1(ede9491713ad018012cf925a519bcafe126f1ad3)) @@ -850,6 +855,7 @@ COMP( 1998, prestige, 0, 0, prestige, prestige, driver_device, 0, // 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( 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) COMP( 1998, gj5000, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior 5000 (Germany)", GAME_IS_SKELETON) COMP( 1999, gl6600cx, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Leader 6600CX (Germany)", GAME_IS_SKELETON) diff --git a/src/mess/mess.lst b/src/mess/mess.lst index 82f456263f0..317b329ef1d 100644 --- a/src/mess/mess.lst +++ b/src/mess/mess.lst @@ -1327,6 +1327,7 @@ glscolor // Genius Leader Super Color (Germany) gjrstar3 // Genius Junior Redstar 3 (Germany) gj4000 // Genius Junior 4000 (Germany) gjrstar // Genius Junior Redstar(Germany) +gjrstar2 // Genius Junior Redstar 2 (Germany) gj5000 // Genius Junior 5000 (Germany) gl6600cx // Genius Leader 6600CX (Germany) glpn // Genius Leader Power Notebook (Germany)