summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/debut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/debut.cpp')
-rw-r--r--src/mame/drivers/debut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/debut.cpp b/src/mame/drivers/debut.cpp
index 540f5fdb756..8e09a1eac62 100644
--- a/src/mame/drivers/debut.cpp
+++ b/src/mame/drivers/debut.cpp
@@ -219,7 +219,7 @@ static INPUT_PORTS_START( debutm )
PORT_BIT(0x80, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_E) PORT_NAME("ВВ (Enter Position)")
PORT_START("RESET")
- PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_R) PORT_CHANGED_MEMBER(DEVICE_SELF, debut_state, reset_button, nullptr) PORT_NAME("СБ (Reset)")
+ PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_R) PORT_CHANGED_MEMBER(DEVICE_SELF, debut_state, reset_button, 0) PORT_NAME("СБ (Reset)")
INPUT_PORTS_END