trunk/src/mame/drivers/8080bw.c
| r19416 | r19417 | |
| 636 | 636 | |
| 637 | 637 | /*******************************************************/ |
| 638 | 638 | /* */ |
| 639 | | /* bootleg "Space Combat" */ |
| 639 | /* bootleg "Space Combat", 1979 */ |
| 640 | /* 8080A + 18MHz XTAL, SN76477, 10MHz XTAL */ |
| 641 | /* 8*2KB RAM(!), 8*1KB ROM, maybe some PROMs */ |
| 640 | 642 | /* */ |
| 641 | 643 | /* Preliminary emulation. PCB was working fine, but */ |
| 642 | 644 | /* it's not certain that this is a good dump */ |
| r19416 | r19417 | |
| 644 | 646 | /*******************************************************/ |
| 645 | 647 | |
| 646 | 648 | static INPUT_PORTS_START( spacecom ) |
| 647 | | PORT_START("IN0") |
| 649 | PORT_START("IN0") // 5-pos dipsw at ic79 (row F) - means 3 bits are for something else, which? |
| 648 | 650 | PORT_DIPUNKNOWN( 0x01, 0x01 ) |
| 649 | 651 | PORT_DIPUNKNOWN( 0x02, 0x02 ) |
| 650 | 652 | PORT_DIPUNKNOWN( 0x04, 0x04 ) |
| r19416 | r19417 | |
| 4088 | 4090 | 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? |
| 4089 | 4091 | 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 ) |
| 4090 | 4092 | 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 |
| 4091 | | GAMEL(1978, spacecom, invaders, spacecom, spacecom, 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? |
| 4093 | GAMEL(1979, spacecom, invaders, spacecom, spacecom, 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? |
| 4092 | 4094 | 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 |
| 4093 | 4095 | GAMEL(19??, invasion, invaders, invaders, invasion, driver_device, 0, ROT270, "bootleg (Sidam)", "Invasion (Sidam)", GAME_SUPPORTS_SAVE, layout_invaders ) |
| 4094 | 4096 | 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 |