summaryrefslogtreecommitdiffstats
path: root/src/devices/bus/adamnet/kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adamnet/kb.cpp')
-rw-r--r--src/devices/bus/adamnet/kb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/adamnet/kb.cpp b/src/devices/bus/adamnet/kb.cpp
index 00e486e02cc..e5e702156eb 100644
--- a/src/devices/bus/adamnet/kb.cpp
+++ b/src/devices/bus/adamnet/kb.cpp
@@ -76,9 +76,9 @@ void adam_keyboard_device::adam_kb_io(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(adam_keyboard_device::device_add_mconfig)
- MCFG_CPU_ADD(M6801_TAG, M6801, XTAL(4'000'000))
- MCFG_CPU_PROGRAM_MAP(adam_kb_mem)
- MCFG_CPU_IO_MAP(adam_kb_io)
+ MCFG_DEVICE_ADD(M6801_TAG, M6801, XTAL(4'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(adam_kb_mem)
+ MCFG_DEVICE_IO_MAP(adam_kb_io)
MACHINE_CONFIG_END