mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
minor update to Alien Invasion submission - no whatsnew
This commit is contained in:
parent
7f2dbcec7b
commit
22c85b302d
@ -209,10 +209,12 @@ static INPUT_PORTS_START( alieninv )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
PORT_START("IN2")
|
||||
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1")
|
||||
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1")
|
||||
PORT_DIPSETTING( 0x00, "2" )
|
||||
PORT_DIPSETTING( 0x01, "3" )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x02, "SW1:2" )
|
||||
PORT_DIPNAME( 0x02, 0x02, "Pence Coinage" ) PORT_DIPLOCATION("SW1:2")
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_COIN2 ) PORT_DIPLOCATION("SW1:3") /* Pence Coin */
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x08, "SW1:4" ) /* Not bonus */
|
||||
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_DIPLOCATION("SW1:5")
|
||||
@ -2935,7 +2937,7 @@ GAMEL(1980, spaceat2, invaders, invaders, spaceatt, 0, ROT270, "Zenitone-Microse
|
||||
GAMEL(19??, sinvzen, invaders, invaders, spaceatt, 0, ROT270, "Zenitone-Microsec Ltd", "Super Invaders (Zenitone-Microsec)", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(19??, sinvemag, invaders, invaders, sinvemag, 0, ROT270, "bootleg", "Super Invaders (EMAG)", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(19??, tst_invd, invaders, invaders, sicv, 0, ROT0, "Test ROM", "Space Invaders Test ROM", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(19??, alieninv, invaders, invaders, alieninv, 0, ROT270, "Margomatics", "Alien Invasion", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(19??, alieninv, invaders, invaders, alieninv, 0, ROT270, "Margamatics", "Alien Invasion", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(19??, alieninvp2,invaders, invaders, searthin, 0, ROT270, "bootleg", "Alien Invasion Part II", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(1978, spceking, invaders, invaders, sicv, 0, ROT270, "Leijac Corporation (Konami)","Space King", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(1978, spcewars, invaders, spcewars, spcewars, 0, ROT270, "Sanritsu", "Space War (Sanritsu)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
|
@ -1295,7 +1295,7 @@ const game_driver * const drivers[] =
|
||||
DRIVER( indianbt ) /* (c) 1980 Taito */
|
||||
DRIVER( steelwkr ) /* (c) 1980 Taito */
|
||||
DRIVER( m79amb ) /* (c) 1977 RamTek */
|
||||
DRIVER( alieninv ) /* Margomatics */
|
||||
DRIVER( alieninv ) /* Margamatics */
|
||||
DRIVER( alieninvp2 ) /* bootleg */
|
||||
DRIVER( tst_invd ) /* Test ROM */
|
||||
DRIVER( sitv ) /* (c) 1979 Taito */
|
||||
|
Loading…
Reference in New Issue
Block a user