mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
mjkjidai: Identify the memory reset input (nw)
This commit is contained in:
parent
0a4a36a946
commit
bec40ac9ee
@ -161,7 +161,7 @@ static INPUT_PORTS_START( mjkjidai )
|
||||
|
||||
PORT_START("KEYBOARD")
|
||||
PORT_BIT( 0x3f, IP_ACTIVE_HIGH, IPT_CUSTOM) PORT_CUSTOM_MEMBER(DEVICE_SELF, mjkjidai_state, keyboard_r, nullptr)
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_TILT ) // reinitialize NVRAM and reset the game
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_MEMORY_RESET ) // reinitialize NVRAM and reset the game
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
|
||||
PORT_START("ROW.0")
|
||||
|
Loading…
Reference in New Issue
Block a user