mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
ssimon: fix clickable artwork crash
This commit is contained in:
parent
202c33d5e4
commit
e0dc885420
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue