trunk/src/mame/drivers/8080bw.c
| r19407 | r19408 | |
| 159 | 159 | #include "cosmicm.lh" |
| 160 | 160 | #include "galactic.lh" |
| 161 | 161 | #include "shuttlei.lh" |
| 162 | #include "spacecom.lh" |
| 162 | 163 | |
| 163 | 164 | |
| 164 | 165 | /*******************************************************/ |
| r19407 | r19408 | |
| 2858 | 2859 | ROM_LOAD( "spaceatt.e", 0x1800, 0x0800, CRC(7cf6f604) SHA1(469557de15178c4b2d686e5724e1006f7c20d7a4) ) |
| 2859 | 2860 | ROM_END |
| 2860 | 2861 | |
| 2862 | ROM_START( spacecom ) |
| 2863 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 2864 | ROM_LOAD( "1_f.ic67", 0x0000, 0x0400, CRC(703f2cbe) SHA1(b183f9fbedd8658399555c0ba21ecab6370e86cb) ) |
| 2865 | ROM_LOAD( "2_g.ic82", 0x0400, 0x0400, CRC(7269b719) SHA1(6fd5879a6f2a5b1d38c7f00996037418df9491d3) ) |
| 2866 | ROM_LOAD( "3_f.ic68", 0x0800, 0x0400, CRC(6badac4f) SHA1(7b998d8fb21d143f26d605fe2a7dbbe1cf65210f) ) |
| 2867 | ROM_LOAD( "4_g.ic83", 0x0c00, 0x0400, CRC(75b59ea7) SHA1(e00eb4a9cf662c84e18fc9efc29cedebf0c5af67) ) |
| 2868 | ROM_LOAD( "5_f.ic69", 0x1000, 0x0400, CRC(84b61117) SHA1(3e41ff74ad02a7da4bbc22f3b84917eec067bbca) ) |
| 2869 | ROM_LOAD( "6_g.ic84", 0x1400, 0x0400, CRC(de383625) SHA1(7ec0d7171e771c4b43e026f3f50a88d8ab2236bb) ) |
| 2870 | ROM_LOAD( "7_f.ic70", 0x1800, 0x0400, CRC(5a23dbc8) SHA1(4d193bb7b38fb7ccd57d2c72463a3fe123dbca58) ) |
| 2871 | ROM_LOAD( "8_g.ic85", 0x1c00, 0x0400, CRC(a5a467e3) SHA1(ef591059e55d21f14baa8af1f1324a9bc2ada8c4) ) |
| 2872 | ROM_END |
| 2873 | |
| 2861 | 2874 | ROM_START( sinvzen ) |
| 2862 | 2875 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 2863 | 2876 | ROM_LOAD( "1.bin", 0x0000, 0x0400, CRC(9b0da779) SHA1(a52ccdb252eb69c497aa5eafb35d7f25a311b44e) ) |
| r19407 | r19408 | |
| 4024 | 4037 | GAMEL(1980?,sinvzen, invaders, invaders, spaceatt, driver_device, 0, ROT270, "Taito / Zenitone-Microsec Ltd.", "Super Invaders (Zenitone-Microsec)", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg? |
| 4025 | 4038 | GAMEL(1978, spaceatt, invaders, invaders, sicv, driver_device, 0, ROT270, "bootleg (Video Games GmbH)", "Space Attack (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4026 | 4039 | GAMEL(1980, spaceat2, invaders, invaders, spaceatt, driver_device, 0, ROT270, "bootleg (Video Games UK)", "Space Attack II (bootleg of Super Invaders)", GAME_SUPPORTS_SAVE, layout_invaders ) // bootleg of Zenitone-Microsec Super Invaders |
| 4040 | GAMEL(1978, spacecom, invaders, invaders, sicv, driver_device, 0, ROT270, "bootleg", "Space Combat (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING, layout_spacecom ) // not working: need to investigate it more, could be bad dump? |
| 4027 | 4041 | GAME( 1978, spacerng, invaders, spacerng, sitv, driver_device, 0, ROT90, "bootleg (Leisure Time Electronics)", "Space Ranger (bootleg of Space Invaders)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // many modifications |
| 4028 | 4042 | GAMEL(19??, invasion, invaders, invaders, invasion, driver_device, 0, ROT270, "bootleg (Sidam)", "Invasion (Sidam)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4029 | 4043 | GAMEL(19??, invasiona, invaders, invaders, invasion, driver_device, 0, ROT270, "bootleg", "Invasion (bootleg set 1, normal graphics)", GAME_SUPPORTS_SAVE, layout_invaders ) // has Sidam replaced with 'Ufo Monster Attack' and standard GFX |