summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/apricotkb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apricotkb.cpp')
-rw-r--r--src/mame/machine/apricotkb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/apricotkb.cpp b/src/mame/machine/apricotkb.cpp
index e3dd5d20d83..012dff9c0aa 100644
--- a/src/mame/machine/apricotkb.cpp
+++ b/src/mame/machine/apricotkb.cpp
@@ -70,8 +70,8 @@ void apricot_keyboard_device::apricot_keyboard_io(address_map &map)
MACHINE_CONFIG_START(apricot_keyboard_device::device_add_mconfig)
#ifdef UPD7507_EMULATED
- MCFG_CPU_ADD(UPD7507C_TAG, UPD7507, XTAL(32'768))
- MCFG_CPU_IO_MAP(apricot_keyboard_io)
+ MCFG_DEVICE_ADD(UPD7507C_TAG, UPD7507, XTAL(32'768))
+ MCFG_DEVICE_IO_MAP(apricot_keyboard_io)
#endif
MACHINE_CONFIG_END