Previous 199869 Revisions Next

r20004 Wednesday 2nd January, 2013 at 09:40:03 UTC by Robbbert
Spcewars, spacewr3 : fixed cocktail mode (nw)
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r20003r20004
452452   PORT_DIPNAME( 0x08, 0x00, DEF_STR( Bonus_Life ) )   PORT_DIPLOCATION("SW1:4")
453453   PORT_DIPSETTING(    0x00, "1500" )
454454   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 )
459455INPUT_PORTS_END
460456
461457static MACHINE_CONFIG_DERIVED_CLASS( spcewars, mw8080bw_root, _8080bw_state )
r20003r20004
474470   /* extra audio channel */
475471   MCFG_SOUND_ADD("speaker", SPEAKER_SOUND, 0)
476472   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)
477477MACHINE_CONFIG_END
478478
479479
r20003r20004
645645/*******************************************************/
646646/*                                                     */
647647/* bootleg "Space Attack II"                           */
648/* no cocktail mode, only has one controller           */
648/*                                                     */
649649/*******************************************************/
650650
651static INPUT_PORTS_START( spaceatt )
651static INPUT_PORTS_START( spaceat2 )
652652   PORT_INCLUDE( sicv )
653653
654654   PORT_MODIFY("IN2")
r20003r20004
43344334GAMEL(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?
43354335GAMEL(1980, ultrainv,   invaders, invaders,  sicv,      driver_device, 0, ROT270, "Taito / Konami", "Ultra Invaders", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg?
43364336GAMEL(1978, spaceatt,   invaders, invaders,  sicv,      driver_device, 0, ROT270, "bootleg (Video Games GmbH)", "Space Attack (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
4337GAMEL(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
4337GAMEL(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
43384338GAMEL(1979, spacecom,   invaders, spacecom,  spacecom,  _8080bw_state, spacecom, ROT270, "bootleg", "Space Combat (bootleg of Space Invaders)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_spacecom )
43394339GAME( 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
43404340GAMEL(19??, invasion,   invaders, invaders,  invasion,  driver_device, 0, ROT270, "bootleg (Sidam)", "Invasion (Sidam)", GAME_SUPPORTS_SAVE, layout_invaders )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team