Previous 199869 Revisions Next

r34270 Thursday 8th January, 2015 at 23:13:26 UTC by Sandro Ronco
(MESS) New NOT WORKING systems
----------------------------------------------
VTech Genius Junior Redstar 2 (Germany) [TeamEurope]
[src/mess]mess.lst
[src/mess/drivers]prestige.c

trunk/src/mess/drivers/prestige.c
r242781r242782
825825   ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f))
826826ROM_END
827827
828ROM_START( gjrstar2 )
829   ROM_REGION( 0x100000, "maincpu", 0 )
830   ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f))     // identical to 'Genius Junior Redstar'
831ROM_END
832
828833ROM_START( gjrstar3 )
829834   ROM_REGION( 0x100000, "maincpu", 0 )
830835   ROM_LOAD( "54-06056-000-000.u3", 0x000000, 0x040000, CRC(72522179) SHA1(ede9491713ad018012cf925a519bcafe126f1ad3))
r242781r242782
850855// these systems need to be moved into a separate driver
851856COMP( 1996, gj4000,    0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior 4000 (Germany)", GAME_IS_SKELETON)
852857COMP( 1996, gjrstar,   0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar(Germany)", GAME_IS_SKELETON)
858COMP( 1996, gjrstar2,  gjrstar, 0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar 2 (Germany)", GAME_IS_SKELETON)
853859COMP( 1998, gjrstar3,  0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON)
854860COMP( 1998, gj5000,    0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Junior 5000 (Germany)", GAME_IS_SKELETON)
855861COMP( 1999, gl6600cx,  0,       0,  prestige,   prestige, driver_device,     0,  "VTech",   "Genius Leader 6600CX (Germany)", GAME_IS_SKELETON)
trunk/src/mess/mess.lst
r242781r242782
13271327gjrstar3 // Genius Junior Redstar 3 (Germany)
13281328gj4000   // Genius Junior 4000 (Germany)
13291329gjrstar  // Genius Junior Redstar(Germany)
1330gjrstar2 // Genius Junior Redstar 2 (Germany)
13301331gj5000   // Genius Junior 5000 (Germany)
13311332gl6600cx // Genius Leader 6600CX (Germany)
13321333glpn     // Genius Leader Power Notebook (Germany)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team