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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/music64.cpp b/src/devices/bus/c64/music64.cpp
index 90f0e478c48..dbdc350291c 100644
--- a/src/devices/bus/c64/music64.cpp
+++ b/src/devices/bus/c64/music64.cpp
@@ -41,10 +41,10 @@ DEFINE_DEVICE_TYPE(C64_MUSIC64, c64_music64_cartridge_device, "c64_music64", "C6
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( c64_music64 )
+// MACHINE_CONFIG_START( c64_music64 )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( c64_music64 )
+static MACHINE_CONFIG_START( c64_music64 )
MCFG_C64_PASSTHRU_EXPANSION_SLOT_ADD()
MACHINE_CONFIG_END