trunk/src/mess/drivers/prestige.c
| r242916 | r242917 | |
| 795 | 795 | ROM_LOAD( "27-6020-02.u2", 0x00000, 0x100000, CRC(6bb6db14) SHA1(5d51fc3fd799e7f01ee99c453f9005fb07747b1e) ) |
| 796 | 796 | ROM_END |
| 797 | 797 | |
| 798 | ROM_START( gwnf ) |
| 799 | ROM_REGION( 0x100000, "maincpu", 0 ) |
| 800 | ROM_LOAD( "27-6372-00.bin", 0x00000, 0x100000, CRC(1bb574bd) SHA1(04234a33405782e8641883ebd6dee46a24e014d5) ) |
| 801 | ROM_END |
| 802 | |
| 798 | 803 | ROM_START( glcolor ) |
| 799 | 804 | ROM_REGION( 0x100000, "maincpu", 0 ) |
| 800 | 805 | ROM_LOAD( "27-5488-00.u5", 0x00000, 0x080000, CRC(e6cf7702) SHA1(ce40418a7777b331bf8c4c881d51732aeb384582) ) |
| r242916 | r242917 | |
| 820 | 825 | ROM_LOAD( "27-6019-01.u2", 0x000000, 0x80000, CRC(946e5b7d) SHA1(80963d6ad80d49e54c8996bfc77ac135c4935be5)) |
| 821 | 826 | ROM_END |
| 822 | 827 | |
| 828 | ROM_START( gjmovie ) |
| 829 | ROM_REGION( 0x100000, "maincpu", 0 ) |
| 830 | ROM_LOAD( "lh532hlk.bin", 0x000000, 0x40000, CRC(2e64c296) SHA1(604034f902e20851cb9af60964031a508ceef83e)) |
| 831 | ROM_END |
| 832 | |
| 823 | 833 | ROM_START( gjrstar ) |
| 824 | 834 | ROM_REGION( 0x100000, "maincpu", 0 ) |
| 825 | 835 | ROM_LOAD( "27-5740-00.u1", 0x000000, 0x40000, CRC(ff3dc3bb) SHA1(bc16dfc1e12b0008456c700c431c8df6263b671f)) |
| r242916 | r242917 | |
| 850 | 860 | COMP( 1997, gl6000sl, 0, 0, gl6000sl, prestige, driver_device, 0, "VTech", "Genius Leader 6000SL (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND) |
| 851 | 861 | COMP( 1998, gl7007sl, 0, 0, gl7007sl, prestige, driver_device, 0, "VTech", "Genius Leader 7007SL (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND) |
| 852 | 862 | COMP( 1998, prestige, 0, 0, prestige, prestige, driver_device, 0, "VTech", "PreComputer Prestige Elite", GAME_NOT_WORKING | GAME_NO_SOUND) |
| 863 | COMP( 1999, gwnf, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Winner Notebook Fun (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND) |
| 853 | 864 | |
| 854 | 865 | |
| 855 | 866 | // these systems need to be moved into a separate driver |
| 856 | 867 | COMP( 1996, gj4000, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior 4000 (Germany)", GAME_IS_SKELETON) |
| 868 | COMP( 1993, gjmovie, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Movie (Germany)", GAME_IS_SKELETON) |
| 857 | 869 | COMP( 1996, gjrstar, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar(Germany)", GAME_IS_SKELETON) |
| 858 | 870 | COMP( 1996, gjrstar2, gjrstar, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 2 (Germany)", GAME_IS_SKELETON) |
| 859 | 871 | COMP( 1998, gjrstar3, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON) |