summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbmiec/interpod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbmiec/interpod.cpp')
-rw-r--r--src/devices/bus/cbmiec/interpod.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cbmiec/interpod.cpp b/src/devices/bus/cbmiec/interpod.cpp
index 009229f6674..d6111dafe4d 100644
--- a/src/devices/bus/cbmiec/interpod.cpp
+++ b/src/devices/bus/cbmiec/interpod.cpp
@@ -124,8 +124,8 @@ void interpod_device::interpod_mem(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(interpod_device::device_add_mconfig)
- MCFG_CPU_ADD(R6502_TAG, M6502, 1000000)
- MCFG_CPU_PROGRAM_MAP(interpod_mem)
+ MCFG_DEVICE_ADD(R6502_TAG, M6502, 1000000)
+ MCFG_DEVICE_PROGRAM_MAP(interpod_mem)
MCFG_DEVICE_ADD(R6522_TAG, VIA6522, 1000000)
MCFG_DEVICE_ADD(R6532_TAG, MOS6532_NEW, 1000000)