trunk/src/mame/drivers/8080bw.c
| r19249 | r19250 | |
| 651 | 651 | |
| 652 | 652 | static ADDRESS_MAP_START( invrvnge_sound_map, AS_PROGRAM, 8, _8080bw_state ) |
| 653 | 653 | ADDRESS_MAP_UNMAP_HIGH |
| 654 | | AM_RANGE(0x0000, 0xffff) AM_NOP // dummy prg map, TODO: decrypt ROM |
| 654 | AM_RANGE(0x0000, 0xffff) AM_ROM // dummy prg map, TODO: decrypt ROM |
| 655 | 655 | ADDRESS_MAP_END |
| 656 | 656 | |
| 657 | 657 | |
| r19249 | r19250 | |
| 2793 | 2793 | ROM_LOAD( "unka.a1", 0x1c00, 0x0400, CRC(4b65bd7c) SHA1(3931f9f5b0e3339ab484eee14473d3a474935fd9) ) |
| 2794 | 2794 | ROM_END |
| 2795 | 2795 | |
| 2796 | /* Clone of Super Earth Invasion, possibly licenced. Dumped by Andy Welburn. */ |
| 2797 | ROM_START( searthie ) |
| 2798 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 2799 | ROM_LOAD( "searthie.h", 0x0000, 0x0800, CRC(92b08b91) SHA1(4cebb70735e5231717619c7b8e5d3080694338b7) ) |
| 2800 | ROM_LOAD( "searthie.g", 0x0800, 0x0800, CRC(23e24bcc) SHA1(a62e8422554f7db34796d4fb1c01e8ddebc7e978) ) |
| 2801 | ROM_LOAD( "searthie.f", 0x1000, 0x0800, CRC(8700286a) SHA1(e0a3c099bc60e70bc9a6c0325944454d9d26428f) ) |
| 2802 | ROM_LOAD( "searthie.e", 0x1800, 0x0800, CRC(baf949b0) SHA1(bfda97a3ef59fcdf87814afc6918507190c3e315) ) |
| 2803 | ROM_END |
| 2796 | 2804 | |
| 2805 | |
| 2797 | 2806 | ROM_START( invadrmr ) |
| 2798 | 2807 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 2799 | 2808 | /* yes, this rom is really on the PCB twice?! */ |
| r19249 | r19250 | |
| 4024 | 4033 | GAMEL(19??, invasionrza,invaders, invaders, invasion, driver_device, 0, ROT270, "bootleg (R Z SRL Bologna)", "Invasion (bootleg set 4, R Z SRL Bologna)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING, layout_invaders ) |
| 4025 | 4034 | GAMEL(1978, superinv, invaders, invaders, superinv, driver_device, 0, ROT270, "bootleg", "Super Invaders (bootleg set 1)", GAME_SUPPORTS_SAVE, layout_invaders ) // not related to Zenitone-Microsec version |
| 4026 | 4035 | GAMEL(1978, sinvemag, invaders, invaders, sinvemag, driver_device, 0, ROT270, "bootleg (Emag)", "Super Invaders (bootleg set 2)", GAME_SUPPORTS_SAVE, layout_invaders ) // not related to Zenitone-Microsec version |
| 4027 | | GAMEL(1980, searthin, invaders, invaders, searthin, driver_device, 0, ROT270, "bootleg", "Super Earth Invasion (set 1)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4028 | | GAMEL(1980, searthina, invaders, invaders, searthin, driver_device, 0, ROT270, "bootleg", "Super Earth Invasion (set 2)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4036 | GAMEL(1980, searthin, invaders, invaders, searthin, driver_device, 0, ROT270, "bootleg (Competitive Video)", "Super Earth Invasion (set 1)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4037 | GAMEL(1980, searthina, invaders, invaders, searthin, driver_device, 0, ROT270, "bootleg (Competitive Video)", "Super Earth Invasion (set 2)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4038 | GAMEL(1980, searthie, invaders, invaders, searthin, driver_device, 0, ROT270, "bootleg (Electrocoin)", "Super Earth Invasion (set 3)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4029 | 4039 | GAMEL(19??, alieninv, invaders, invaders, alieninv, driver_device, 0, ROT270, "bootleg (Margamatics)", "Alien Invasion", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4030 | 4040 | GAMEL(19??, alieninvp2, invaders, invaders, searthin, driver_device, 0, ROT270, "bootleg", "Alien Invasion Part II", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4031 | 4041 | GAMEL(1979, jspecter, invaders, invaders, jspecter, driver_device, 0, ROT270, "bootleg (Jatre)", "Jatre Specter (set 1)", GAME_SUPPORTS_SAVE, layout_invaders ) |