checked a box too early (nw)

This commit is contained in:
David Haywood 2016-10-05 18:17:13 +01:00
parent a3a852e0a4
commit 34b65e32b2

View File

@ -160,6 +160,9 @@ READ32_MEMBER(mjsenpu_state::muxed_inputs_r)
case 0x9b:
return ioport("MUX_9B")->read();
case 0x97:
return ioport("MUX_97")->read();
case 0x8f:
return ioport("MUX_8F")->read();
}
@ -221,6 +224,10 @@ static INPUT_PORTS_START( mjsenpu )
PORT_START("MUX_9B")
PORT_BIT( 0xffffffff, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_START("MUX_97")
PORT_BIT( 0xffffffff, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_START("IN1")
PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_COIN1 ) // or maybe service?
PORT_DIPNAME( 0x00000002, 0x00000002, "IN1" )