summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_gmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_gmc.cpp')
-rw-r--r--src/devices/bus/coco/coco_gmc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_gmc.cpp b/src/devices/bus/coco/coco_gmc.cpp
index 51504eb7c69..9e05673f2ca 100644
--- a/src/devices/bus/coco/coco_gmc.cpp
+++ b/src/devices/bus/coco/coco_gmc.cpp
@@ -22,7 +22,7 @@
#define SN76489AN_TAG "gmc_psg"
-static MACHINE_CONFIG_FRAGMENT(cocopak_gmc)
+static MACHINE_CONFIG_START(cocopak_gmc)
MCFG_SPEAKER_STANDARD_MONO("gmc_speaker")
MCFG_SOUND_ADD(SN76489AN_TAG, SN76489A, XTAL_4MHz)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "gmc_speaker", 1.0)