summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ie15_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ie15_kbd.cpp')
-rw-r--r--src/devices/machine/ie15_kbd.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/devices/machine/ie15_kbd.cpp b/src/devices/machine/ie15_kbd.cpp
index bc90b501676..2bd28323054 100644
--- a/src/devices/machine/ie15_kbd.cpp
+++ b/src/devices/machine/ie15_kbd.cpp
@@ -122,13 +122,9 @@ const tiny_rom_entry *ie15_keyboard_device::device_rom_region() const
return ROM_NAME( ie15_keyboard );
}
-static MACHINE_CONFIG_START( ie15_keyboard )
+MACHINE_CONFIG_MEMBER( ie15_keyboard_device::device_add_mconfig )
MACHINE_CONFIG_END
-machine_config_constructor ie15_keyboard_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME(ie15_keyboard);
-}
void ie15_keyboard_device::device_start()
{