summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/abc80kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/abc80kb.cpp')
-rw-r--r--src/mame/machine/abc80kb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/abc80kb.cpp b/src/mame/machine/abc80kb.cpp
index df7b72560a4..dcf61566f86 100644
--- a/src/mame/machine/abc80kb.cpp
+++ b/src/mame/machine/abc80kb.cpp
@@ -127,8 +127,8 @@ void abc80_keyboard_device::abc80_keyboard_io(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(abc80_keyboard_device::device_add_mconfig)
- MCFG_CPU_ADD(I8048_TAG, I8048, 4000000)
- MCFG_CPU_IO_MAP(abc80_keyboard_io)
+ MCFG_DEVICE_ADD(I8048_TAG, I8048, 4000000)
+ MCFG_DEVICE_IO_MAP(abc80_keyboard_io)
MCFG_DEVICE_DISABLE()
MACHINE_CONFIG_END