diff options
author | 2015-12-05 08:55:05 +0100 | |
---|---|---|
committer | 2015-12-05 08:55:05 +0100 | |
commit | a8684b4b03e77e25153d38bb245554253db10fce (patch) | |
tree | fdd3f3a40859a08855ac79c2681924162885801c /src/devices/bus/abckb/abc77.cpp | |
parent | ccc677d0e5b6af7312d690565c5194030e225e7c (diff) |
cleanup
Diffstat (limited to 'src/devices/bus/abckb/abc77.cpp')
-rw-r--r-- | src/devices/bus/abckb/abc77.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abckb/abc77.cpp b/src/devices/bus/abckb/abc77.cpp index b7d9a5247f3..ecf70d0864b 100644 --- a/src/devices/bus/abckb/abc77.cpp +++ b/src/devices/bus/abckb/abc77.cpp @@ -313,7 +313,7 @@ INPUT_PORTS_START( abc55 ) PORT_BIT( 0xe0, IP_ACTIVE_LOW, IPT_UNUSED) PORT_START("SW1") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_NAME("Keyboard Reset") PORT_CHANGED_MEMBER(DEVICE_SELF, abc77_device, keyboard_reset, 0) + PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_NAME("Keyboard Reset") PORT_CHANGED_MEMBER(DEVICE_SELF, abc77_device, keyboard_reset, nullptr) INPUT_PORTS_END |