summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/supercpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/supercpu.cpp')
-rw-r--r--src/devices/bus/c64/supercpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/supercpu.cpp b/src/devices/bus/c64/supercpu.cpp
index 6b5b73b3265..bff7a356a9c 100644
--- a/src/devices/bus/c64/supercpu.cpp
+++ b/src/devices/bus/c64/supercpu.cpp
@@ -60,7 +60,7 @@ ADDRESS_MAP_END
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( c64_supercpu_device::device_add_mconfig )
+MACHINE_CONFIG_START(c64_supercpu_device::device_add_mconfig)
MCFG_CPU_ADD(G65816_TAG, G65816, 1000000)
MCFG_CPU_PROGRAM_MAP(c64_supercpu_map)