trunk/src/mess/drivers/prestige.c
| r242781 | r242782 | |
| 825 | 825 | ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) |
| 826 | 826 | ROM_END |
| 827 | 827 | |
| 828 | ROM_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' |
| 831 | ROM_END |
| 832 | |
| 828 | 833 | ROM_START( gjrstar3 ) |
| 829 | 834 | ROM_REGION( 0x100000, "maincpu", 0 ) |
| 830 | 835 | ROM_LOAD( "54-06056-000-000.u3", 0x000000, 0x040000, CRC(72522179) SHA1(ede9491713ad018012cf925a519bcafe126f1ad3)) |
| r242781 | r242782 | |
| 850 | 855 | // these systems need to be moved into a separate driver |
| 851 | 856 | COMP( 1996, gj4000, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior 4000 (Germany)", GAME_IS_SKELETON) |
| 852 | 857 | COMP( 1996, gjrstar, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar(Germany)", GAME_IS_SKELETON) |
| 858 | COMP( 1996, gjrstar2, gjrstar, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 2 (Germany)", GAME_IS_SKELETON) |
| 853 | 859 | COMP( 1998, gjrstar3, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON) |
| 854 | 860 | COMP( 1998, gj5000, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior 5000 (Germany)", GAME_IS_SKELETON) |
| 855 | 861 | COMP( 1999, gl6600cx, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Leader 6600CX (Germany)", GAME_IS_SKELETON) |