mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
checked a box too early (nw)
This commit is contained in:
parent
a3a852e0a4
commit
34b65e32b2
@ -160,6 +160,9 @@ READ32_MEMBER(mjsenpu_state::muxed_inputs_r)
|
|||||||
case 0x9b:
|
case 0x9b:
|
||||||
return ioport("MUX_9B")->read();
|
return ioport("MUX_9B")->read();
|
||||||
|
|
||||||
|
case 0x97:
|
||||||
|
return ioport("MUX_97")->read();
|
||||||
|
|
||||||
case 0x8f:
|
case 0x8f:
|
||||||
return ioport("MUX_8F")->read();
|
return ioport("MUX_8F")->read();
|
||||||
}
|
}
|
||||||
@ -221,6 +224,10 @@ static INPUT_PORTS_START( mjsenpu )
|
|||||||
PORT_START("MUX_9B")
|
PORT_START("MUX_9B")
|
||||||
PORT_BIT( 0xffffffff, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0xffffffff, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
|
PORT_START("MUX_97")
|
||||||
|
PORT_BIT( 0xffffffff, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
|
|
||||||
PORT_START("IN1")
|
PORT_START("IN1")
|
||||||
PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_COIN1 ) // or maybe service?
|
PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_COIN1 ) // or maybe service?
|
||||||
PORT_DIPNAME( 0x00000002, 0x00000002, "IN1" )
|
PORT_DIPNAME( 0x00000002, 0x00000002, "IN1" )
|
||||||
|
Loading…
Reference in New Issue
Block a user