mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(MESS) New NOT WORKING systems
---------------------------------------------- VTech Genius Junior Redstar 2 (Germany) [TeamEurope]
This commit is contained in:
parent
10aa691c0d
commit
361a8091b9
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user