summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/speakeasy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/speakeasy.cpp')
-rw-r--r--src/devices/bus/c64/speakeasy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/speakeasy.cpp b/src/devices/bus/c64/speakeasy.cpp
index a4c2d02a278..e70534ee4aa 100644
--- a/src/devices/bus/c64/speakeasy.cpp
+++ b/src/devices/bus/c64/speakeasy.cpp
@@ -31,7 +31,7 @@ DEFINE_DEVICE_TYPE(C64_SPEAKEASY, c64_speakeasy_cartridge_device, "c64_speakeasy
// MACHINE_DRIVER( speakeasy )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( speakeasy )
+static MACHINE_CONFIG_START( speakeasy )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD(SC01A_TAG, VOTRAX_SC01, 720000)