From ed102e0b45ac38f0ec2f97950ec25d1db07951ec Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Tue, 4 Aug 2009 00:06:59 +0000 Subject: [PATCH] oops. forgot to commit this. --- src/mame/drivers/nbmj8688.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/nbmj8688.c b/src/mame/drivers/nbmj8688.c index b8351b95cfb..5e98a6427ab 100644 --- a/src/mame/drivers/nbmj8688.c +++ b/src/mame/drivers/nbmj8688.c @@ -1304,7 +1304,7 @@ static INPUT_PORTS_START( barline ) PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SLOT_STOP1 ) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SLOT_STOP2 ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SLOT_STOP3 ) - PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Stop Reel 4") PORT_CODE(KEYCODE_V) + PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_SLOT_STOP4 ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME("1P Start") PORT_CODE(KEYCODE_N) PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_GAMBLE_BET ) PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED )