summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author stephh <stephh@users.noreply.github.com>2008-10-19 21:28:25 +0000
committer stephh <stephh@users.noreply.github.com>2008-10-19 21:28:25 +0000
commit10e8a13d823452554d65846f465040056558e286 (patch)
tree09280737785712018997ad05bfcfbef9b018b491
parent75d94fe936061e6961a7c2d6a4288eff063b3445 (diff)
Updated tnzs.c driver : readded wrongly deleted player 1 BUTTON1 for 'jpopnics'.
-rw-r--r--src/mame/drivers/tnzs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/tnzs.c b/src/mame/drivers/tnzs.c
index de3dd9ad63e..10f9995867a 100644
--- a/src/mame/drivers/tnzs.c
+++ b/src/mame/drivers/tnzs.c
@@ -1525,6 +1525,7 @@ static INPUT_PORTS_START( jpopnics )
PORT_START("IN1")
PORT_BIT( 0x0f, IP_ACTIVE_LOW, IPT_UNUSED )
+ PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1) PORT_NAME("P1 Button 2 (Cheat)")
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 )