summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/abc80kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/abc80kb.cpp')
-rw-r--r--src/mame/machine/abc80kb.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/machine/abc80kb.cpp b/src/mame/machine/abc80kb.cpp
index 4195133ee81..df7b72560a4 100644
--- a/src/mame/machine/abc80kb.cpp
+++ b/src/mame/machine/abc80kb.cpp
@@ -117,8 +117,9 @@ const tiny_rom_entry *abc80_keyboard_device::device_rom_region() const
// ADDRESS_MAP( abc80_keyboard_io )
//-------------------------------------------------
-ADDRESS_MAP_START(abc80_keyboard_device::abc80_keyboard_io)
-ADDRESS_MAP_END
+void abc80_keyboard_device::abc80_keyboard_io(address_map &map)
+{
+}
//-------------------------------------------------