summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/music64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/music64.cpp')
-rw-r--r--src/devices/bus/c64/music64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/music64.cpp b/src/devices/bus/c64/music64.cpp
index 923c9982f3b..faba193c120 100644
--- a/src/devices/bus/c64/music64.cpp
+++ b/src/devices/bus/c64/music64.cpp
@@ -44,7 +44,7 @@ DEFINE_DEVICE_TYPE(C64_MUSIC64, c64_music64_cartridge_device, "c64_music64", "C6
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( c64_music64_cartridge_device::device_add_mconfig )
+MACHINE_CONFIG_START(c64_music64_cartridge_device::device_add_mconfig)
MCFG_C64_PASSTHRU_EXPANSION_SLOT_ADD()
MACHINE_CONFIG_END