mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ssimon: fix clickable artwork crash
This commit is contained in:
parent
202c33d5e4
commit
e0dc885420
@ -9528,7 +9528,7 @@ static INPUT_PORTS_START( ssimon )
|
||||
PORT_BIT( 0x02, 0x02, IPT_CUSTOM ) PORT_CONDITION("IN.4", 0x0f, EQUALS, 0x00)
|
||||
PORT_BIT( 0x0d, IP_ACTIVE_HIGH, IPT_UNUSED )
|
||||
|
||||
PORT_START("CPU") // fake
|
||||
PORT_START("IN.6") // fake
|
||||
PORT_CONFNAME( 0x03, 0x01, "Speed" ) PORT_CHANGED_MEMBER(DEVICE_SELF, ssimon_state, speed_switch, 0)
|
||||
PORT_CONFSETTING( 0x00, "Simple" )
|
||||
PORT_CONFSETTING( 0x01, "Normal" )
|
||||
|
Loading…
Reference in New Issue
Block a user