summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aim65.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aim65.cpp')
-rw-r--r--src/mame/drivers/aim65.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aim65.cpp b/src/mame/drivers/aim65.cpp
index 04f0357cd2c..32214b2b1d5 100644
--- a/src/mame/drivers/aim65.cpp
+++ b/src/mame/drivers/aim65.cpp
@@ -139,7 +139,7 @@ static INPUT_PORTS_START( aim65 )
PORT_BIT(0x80, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("F1") PORT_CODE(KEYCODE_BACKSLASH) PORT_CHAR(UCHAR_MAMEKEY(F1))
PORT_START("switches")
- PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_NAME("RST") PORT_CODE(KEYCODE_LALT) PORT_CHANGED_MEMBER(DEVICE_SELF, aim65_state, reset_button, nullptr)
+ PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_NAME("RST") PORT_CODE(KEYCODE_LALT) PORT_CHANGED_MEMBER(DEVICE_SELF, aim65_state, reset_button, 0)
PORT_DIPNAME(0x08, 0x08, "KB/TTY") PORT_DIPLOCATION("S3:1")
PORT_DIPSETTING(0x00, "TTY")
PORT_DIPSETTING(0x08, "KB")