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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ie15_kbd.cpp b/src/devices/machine/ie15_kbd.cpp
index 33624fa8a98..bc90b501676 100644
--- a/src/devices/machine/ie15_kbd.cpp
+++ b/src/devices/machine/ie15_kbd.cpp
@@ -122,7 +122,7 @@ const tiny_rom_entry *ie15_keyboard_device::device_rom_region() const
return ROM_NAME( ie15_keyboard );
}
-static MACHINE_CONFIG_FRAGMENT( ie15_keyboard )
+static MACHINE_CONFIG_START( ie15_keyboard )
MACHINE_CONFIG_END
machine_config_constructor ie15_keyboard_device::device_mconfig_additions() const