(MESS) New NOT WORKING systems

----------------------------------------------
VTech Genius Junior Redstar 2 (Germany) [TeamEurope]
This commit is contained in:
Sandro Ronco 2015-01-09 00:13:26 +01:00
parent 10aa691c0d
commit 361a8091b9
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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)