mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
sc3000: Make "Reset" a non-keyboard-type input to prevent MAME from making a separate one-button keyboard out of it
This commit is contained in:
parent
58e6953fe1
commit
73fada10d6
@ -479,7 +479,7 @@ static INPUT_PORTS_START( sc3000 )
|
||||
// keyboard keys are added by the embedded sk1100 device
|
||||
|
||||
PORT_START("NMI")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME("RESET") PORT_CODE(KEYCODE_F10) PORT_CHANGED_MEMBER(DEVICE_SELF, FUNC(sg1000_state::trigger_nmi), 0)
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("RESET") PORT_CODE(KEYCODE_F10) PORT_CHANGED_MEMBER(DEVICE_SELF, FUNC(sg1000_state::trigger_nmi), 0)
|
||||
INPUT_PORTS_END
|
||||
|
||||
/*-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user