trunk/src/mame/drivers/8080bw.c
| r19682 | r19683 | |
| 629 | 629 | |
| 630 | 630 | /*******************************************************/ |
| 631 | 631 | /* */ |
| 632 | | /* bootleg "Space Attack II" */ |
| 632 | /* bootleg "Super Invaders (Zenitone-Microsec)" */ |
| 633 | 633 | /* */ |
| 634 | 634 | /*******************************************************/ |
| 635 | 635 | |
| 636 | static INPUT_PORTS_START( sinvzen ) |
| 637 | PORT_INCLUDE( sicv ) |
| 638 | |
| 639 | PORT_MODIFY("IN2") |
| 640 | PORT_DIPNAME( 0x80, 0x00, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:8") |
| 641 | PORT_DIPSETTING( 0x80, DEF_STR( 2C_1C ) ) |
| 642 | PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) ) |
| 643 | INPUT_PORTS_END |
| 644 | |
| 645 | /*******************************************************/ |
| 646 | /* */ |
| 647 | /* bootleg "Space Attack II" */ |
| 648 | /* no cocktail mode, only has one controller */ |
| 649 | /*******************************************************/ |
| 650 | |
| 636 | 651 | static INPUT_PORTS_START( spaceatt ) |
| 637 | 652 | PORT_INCLUDE( sicv ) |
| 638 | 653 | |
| r19682 | r19683 | |
| 4256 | 4271 | GAMEL(1978, spceking, invaders, invaders, sicv, driver_device, 0, ROT270, "Taito / Leijac Corporation", "Space King", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg? |
| 4257 | 4272 | GAMEL(1979, cosmicmo, invaders, invaders, cosmicmo, driver_device, 0, ROT270, "Taito / Universal", "Cosmic Monsters", GAME_SUPPORTS_SAVE, layout_cosmicm ) // unclassified, licensed or bootleg? |
| 4258 | 4273 | GAMEL(1979, cosmicm2, invaders, invaders, cosmicmo, driver_device, 0, ROT270, "Taito / Universal", "Cosmic Monsters 2", GAME_SUPPORTS_SAVE, layout_cosmicm ) // unclassified, licensed or bootleg? |
| 4259 | | 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? |
| 4274 | GAMEL(1980?,sinvzen, invaders, invaders, sinvzen, driver_device, 0, ROT270, "Taito / Zenitone-Microsec Ltd.", "Super Invaders (Zenitone-Microsec)", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg? |
| 4260 | 4275 | GAMEL(1980, ultrainv, invaders, invaders, sicv, driver_device, 0, ROT270, "Taito / Konami", "Ultra Invaders", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg? |
| 4261 | 4276 | 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 ) |
| 4262 | 4277 | 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 |