trunk/src/mess/drivers/prestige.c
| r31596 | r31597 | |
| 853 | 853 | ROM_CART_LOAD( "cart", 0, 0x80000, 0 ) |
| 854 | 854 | ROM_END |
| 855 | 855 | |
| 856 | ROM_START( gl6600cx ) |
| 857 | ROM_REGION( 0x200000, "maincpu", 0 ) |
| 858 | ROM_LOAD( "54-06400-00.u1", 0x000000, 0x200000, CRC(b05cd075) SHA1(b1d9eb02ca56350eb9e89518db89c0a2a845ebd8)) |
| 859 | |
| 860 | ROM_REGION( 0x80000, "cart", ROMREGION_ERASEFF ) |
| 861 | ROM_CART_LOAD( "cart", 0, 0x80000, 0 ) |
| 862 | ROM_END |
| 863 | |
| 856 | 864 | /* Driver */ |
| 857 | 865 | |
| 858 | 866 | /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ |
| r31596 | r31597 | |
| 869 | 877 | COMP( 1996, gjrstar, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar(Germany)", GAME_IS_SKELETON) |
| 870 | 878 | COMP( 1998, gjrstar3, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON) |
| 871 | 879 | COMP( 1998, gj5000, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior 5000 (Germany)", GAME_IS_SKELETON) |
| 880 | COMP( 1999, gl6600cx, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Leader 6600CX (Germany)", GAME_IS_SKELETON) |