summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madalien.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/madalien.c')
-rw-r--r--src/mame/drivers/madalien.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/madalien.c b/src/mame/drivers/madalien.c
index 27f297582f9..142785bf4a7 100644
--- a/src/mame/drivers/madalien.c
+++ b/src/mame/drivers/madalien.c
@@ -143,7 +143,7 @@ static INPUT_PORTS_START( madalien )
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Cabinet )) PORT_DIPLOCATION("SW:8")
PORT_DIPSETTING( 0x00, DEF_STR( Upright ))
PORT_DIPSETTING( 0x40, DEF_STR( Cocktail ))
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_START("PLAYER2")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_PLAYER(2)