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.cpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/mame/machine/k7659kb.cpp b/src/mame/machine/k7659kb.cpp
index 854fc6233dc..373ed33be86 100644
--- a/src/mame/machine/k7659kb.cpp
+++ b/src/mame/machine/k7659kb.cpp
@@ -57,28 +57,16 @@ const tiny_rom_entry *k7659_keyboard_device::device_rom_region() const
//-------------------------------------------------
-
//-------------------------------------------------
-// MACHINE_DRIVER( k7659_keyboard )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( k7659_keyboard )
+MACHINE_CONFIG_MEMBER( k7659_keyboard_device::device_add_mconfig )
MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor k7659_keyboard_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( k7659_keyboard );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( k7659_keyboard )
//-------------------------------------------------