trunk/hash/gjmovie.xml
| r0 | r242918 | |
| 1 | <?xml version="1.0"?> |
| 2 | <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> |
| 3 | <softwarelist name="gjmovie" description="VTech Genius Junior Movie cartridges"> |
| 4 | |
| 5 | <software name="wuz" supported="no"> |
| 6 | <description>Wort-und Zahlenspaß</description> |
| 7 | <year>1993</year> |
| 8 | <publisher>VTech</publisher> |
| 9 | <part name="rom" interface="genius_cart"> |
| 10 | <dataarea name="rom" size="0x40000"> |
| 11 | <rom name="27-5364-00.u6" size="0x40000" crc="203f0461" sha1="dfc8bb341f703c5f018a7222c24d4a2195316387" offset="0" /> |
| 12 | </dataarea> |
| 13 | </part> |
| 14 | </software> |
| 15 | </softwarelist> |
trunk/src/mess/drivers/prestige.c
| r242917 | r242918 | |
| 779 | 779 | MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("misterx_cart", "misterx") |
| 780 | 780 | MACHINE_CONFIG_END |
| 781 | 781 | |
| 782 | static MACHINE_CONFIG_DERIVED( gjmovie, prestige_base ) |
| 783 | MCFG_SOFTWARE_LIST_ADD("cart_list", "gjmovie") |
| 784 | MACHINE_CONFIG_END |
| 785 | |
| 782 | 786 | /* ROM definition */ |
| 783 | 787 | ROM_START( gl6000sl ) |
| 784 | 788 | ROM_REGION(0x100000, "maincpu", 0) |
| r242917 | r242918 | |
| 865 | 869 | |
| 866 | 870 | // these systems need to be moved into a separate driver |
| 867 | 871 | 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) |
| 872 | COMP( 1993, gjmovie, 0, 0, gjmovie, prestige, driver_device, 0, "VTech", "Genius Junior Movie (Germany)", GAME_IS_SKELETON) |
| 869 | 873 | COMP( 1996, gjrstar, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar(Germany)", GAME_IS_SKELETON) |
| 870 | 874 | COMP( 1996, gjrstar2, gjrstar, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 2 (Germany)", GAME_IS_SKELETON) |
| 871 | 875 | COMP( 1998, gjrstar3, 0, 0, prestige, prestige, driver_device, 0, "VTech", "Genius Junior Redstar 3 (Germany)", GAME_IS_SKELETON) |