summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/abc80kb.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-03-13 07:36:43 +0100
committer Olivier Galibert <galibert@pobox.com>2018-03-14 14:07:14 +0100
commit115bb9936c5cd3faf955d7eb1e251a94e4744b7b (patch)
treef0230f547f6c750f9974c61479eef28cbe4ad571 /src/mame/machine/abc80kb.cpp
parentf155992daab88ad024cec995428a67108218b51d (diff)
Address maps macros removal, pass 1 [O. Galibert]
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)
+{
+}
//-------------------------------------------------