mjkjidai: Identify the memory reset input (nw)

This commit is contained in:
AJR 2017-06-12 20:49:51 -04:00
parent 0a4a36a946
commit bec40ac9ee

View File

@ -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")