summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k7659kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k7659kb.cpp')
-rw-r--r--src/mame/machine/k7659kb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/k7659kb.cpp b/src/mame/machine/k7659kb.cpp
index e7338a105b2..e7fe62bc645 100644
--- a/src/mame/machine/k7659kb.cpp
+++ b/src/mame/machine/k7659kb.cpp
@@ -61,9 +61,9 @@ const tiny_rom_entry *k7659_keyboard_device::device_rom_region() const
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_START(k7659_keyboard_device::device_add_mconfig)
-
-MACHINE_CONFIG_END
+void k7659_keyboard_device::device_add_mconfig(machine_config &config)
+{
+}
//-------------------------------------------------