summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/fcc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/fcc.cpp')
-rw-r--r--src/devices/bus/c64/fcc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/fcc.cpp b/src/devices/bus/c64/fcc.cpp
index 5a792e12db5..3e3dfc1d334 100644
--- a/src/devices/bus/c64/fcc.cpp
+++ b/src/devices/bus/c64/fcc.cpp
@@ -76,8 +76,8 @@ void c64_final_chesscard_device::c64_fcc_map(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(c64_final_chesscard_device::device_add_mconfig)
- MCFG_CPU_ADD(G65SC02P4_TAG, M65SC02, XTAL(5'000'000))
- MCFG_CPU_PROGRAM_MAP(c64_fcc_map)
+ MCFG_DEVICE_ADD(G65SC02P4_TAG, M65SC02, XTAL(5'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(c64_fcc_map)
MACHINE_CONFIG_END