From 22c85b302d95b2c31278047643aee8665bacd62c Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sun, 28 Feb 2010 18:21:38 +0000 Subject: [PATCH] minor update to Alien Invasion submission - no whatsnew --- src/mame/drivers/8080bw.c | 8 +++++--- src/mame/mamedriv.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/8080bw.c b/src/mame/drivers/8080bw.c index 6a296800cea..249c2cca43b 100644 --- a/src/mame/drivers/8080bw.c +++ b/src/mame/drivers/8080bw.c @@ -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 ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 94fcd8e6430..bec05c85f57 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -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 */