summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chanbara.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chanbara.c')
-rw-r--r--src/mame/drivers/chanbara.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chanbara.c b/src/mame/drivers/chanbara.c
index aa920ee5a86..d5e68bb2950 100644
--- a/src/mame/drivers/chanbara.c
+++ b/src/mame/drivers/chanbara.c
@@ -265,7 +265,7 @@ static INPUT_PORTS_START( chanbara )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SERVICE1 ) /* same coinage as COIN1 */
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_START ("P1")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICKLEFT_DOWN )