summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/multiscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/multiscreen.cpp')
-rw-r--r--src/devices/bus/c64/multiscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/multiscreen.cpp b/src/devices/bus/c64/multiscreen.cpp
index e99eb9ef7b8..0e2687b4f9d 100644
--- a/src/devices/bus/c64/multiscreen.cpp
+++ b/src/devices/bus/c64/multiscreen.cpp
@@ -111,7 +111,7 @@ ADDRESS_MAP_END
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( c64_multiscreen_cartridge_device::device_add_mconfig )
+MACHINE_CONFIG_START(c64_multiscreen_cartridge_device::device_add_mconfig)
MCFG_CPU_ADD(MC6802P_TAG, M6802, XTAL_4MHz)
MCFG_CPU_PROGRAM_MAP(multiscreen_mem)