Previous 199869 Revisions Next

r19683 Wednesday 19th December, 2012 at 10:20:40 UTC by Robbbert
Sinvzen : fixed player 2 controls, fixed cocktail mode
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r19682r19683
629629
630630/*******************************************************/
631631/*                                                     */
632/* bootleg "Space Attack II"                           */
632/* bootleg "Super Invaders (Zenitone-Microsec)"        */
633633/*                                                     */
634634/*******************************************************/
635635
636static 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 ) )
643INPUT_PORTS_END
644
645/*******************************************************/
646/*                                                     */
647/* bootleg "Space Attack II"                           */
648/* no cocktail mode, only has one controller           */
649/*******************************************************/
650
636651static INPUT_PORTS_START( spaceatt )
637652   PORT_INCLUDE( sicv )
638653
r19682r19683
42564271GAMEL(1978, spceking,   invaders, invaders,  sicv,      driver_device, 0, ROT270, "Taito / Leijac Corporation", "Space King", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg?
42574272GAMEL(1979, cosmicmo,   invaders, invaders,  cosmicmo,  driver_device, 0, ROT270, "Taito / Universal", "Cosmic Monsters", GAME_SUPPORTS_SAVE, layout_cosmicm ) // unclassified, licensed or bootleg?
42584273GAMEL(1979, cosmicm2,   invaders, invaders,  cosmicmo,  driver_device, 0, ROT270, "Taito / Universal", "Cosmic Monsters 2", GAME_SUPPORTS_SAVE, layout_cosmicm ) // unclassified, licensed or bootleg?
4259GAMEL(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?
4274GAMEL(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?
42604275GAMEL(1980, ultrainv,   invaders, invaders,  sicv,      driver_device, 0, ROT270, "Taito / Konami", "Ultra Invaders", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg?
42614276GAMEL(1978, spaceatt,   invaders, invaders,  sicv,      driver_device, 0, ROT270, "bootleg (Video Games GmbH)", "Space Attack (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
42624277GAMEL(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

Previous 199869 Revisions Next


© 1997-2024 The MAME Team