trunk/src/mame/drivers/8080bw.c
| r20003 | r20004 | |
| 452 | 452 | PORT_DIPNAME( 0x08, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:4") |
| 453 | 453 | PORT_DIPSETTING( 0x00, "1500" ) |
| 454 | 454 | PORT_DIPSETTING( 0x08, "2000" ) |
| 455 | | |
| 456 | | /* Dummy port for cocktail mode (not used) */ |
| 457 | | PORT_MODIFY(INVADERS_CAB_TYPE_PORT_TAG) |
| 458 | | PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNKNOWN ) |
| 459 | 455 | INPUT_PORTS_END |
| 460 | 456 | |
| 461 | 457 | static MACHINE_CONFIG_DERIVED_CLASS( spcewars, mw8080bw_root, _8080bw_state ) |
| r20003 | r20004 | |
| 474 | 470 | /* extra audio channel */ |
| 475 | 471 | MCFG_SOUND_ADD("speaker", SPEAKER_SOUND, 0) |
| 476 | 472 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25) |
| 473 | |
| 474 | /* video hardware */ |
| 475 | MCFG_SCREEN_MODIFY("screen") |
| 476 | MCFG_SCREEN_UPDATE_DRIVER(_8080bw_state, screen_update_invaders) |
| 477 | 477 | MACHINE_CONFIG_END |
| 478 | 478 | |
| 479 | 479 | |
| r20003 | r20004 | |
| 645 | 645 | /*******************************************************/ |
| 646 | 646 | /* */ |
| 647 | 647 | /* bootleg "Space Attack II" */ |
| 648 | | /* no cocktail mode, only has one controller */ |
| 648 | /* */ |
| 649 | 649 | /*******************************************************/ |
| 650 | 650 | |
| 651 | | static INPUT_PORTS_START( spaceatt ) |
| 651 | static INPUT_PORTS_START( spaceat2 ) |
| 652 | 652 | PORT_INCLUDE( sicv ) |
| 653 | 653 | |
| 654 | 654 | PORT_MODIFY("IN2") |
| r20003 | r20004 | |
| 4334 | 4334 | 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? |
| 4335 | 4335 | GAMEL(1980, ultrainv, invaders, invaders, sicv, driver_device, 0, ROT270, "Taito / Konami", "Ultra Invaders", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg? |
| 4336 | 4336 | 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 ) |
| 4337 | | 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 |
| 4337 | GAMEL(1980, spaceat2, invaders, invaders, spaceat2, 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 |
| 4338 | 4338 | GAMEL(1979, spacecom, invaders, spacecom, spacecom, _8080bw_state, spacecom, ROT270, "bootleg", "Space Combat (bootleg of Space Invaders)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_spacecom ) |
| 4339 | 4339 | 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 |
| 4340 | 4340 | GAMEL(19??, invasion, invaders, invaders, invasion, driver_device, 0, ROT270, "bootleg (Sidam)", "Invasion (Sidam)", GAME_SUPPORTS_SAVE, layout_invaders ) |