From f8a28ed75752fe7cc82f73774095878466befebd Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Thu, 4 Aug 2011 17:17:12 +0000 Subject: [PATCH] minor correction for Balloon Brothers in taito_x.c - NW --- src/mame/drivers/taito_x.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mame/drivers/taito_x.c b/src/mame/drivers/taito_x.c index fef186625d5..5741df91994 100644 --- a/src/mame/drivers/taito_x.c +++ b/src/mame/drivers/taito_x.c @@ -710,6 +710,11 @@ static INPUT_PORTS_START( ballbros ) PORT_DIPSETTING( 0x00, "Less" ) /* each pattern */ PORT_DIPSETTING( 0x40, "More" ) /* every 3 times */ + PORT_MODIFY("IN0") + TAITO_JOY_UDLR_1_BUTTON_START( 1 ) + + PORT_MODIFY("IN1") + TAITO_JOY_UDLR_1_BUTTON_START( 2 ) INPUT_PORTS_END