summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/fmpac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/fmpac.cpp')
-rw-r--r--src/devices/bus/msx_cart/fmpac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx_cart/fmpac.cpp b/src/devices/bus/msx_cart/fmpac.cpp
index be434e55e41..a064cfd521a 100644
--- a/src/devices/bus/msx_cart/fmpac.cpp
+++ b/src/devices/bus/msx_cart/fmpac.cpp
@@ -29,7 +29,7 @@ msx_cart_fmpac_device::msx_cart_fmpac_device(const machine_config &mconfig, cons
}
-static MACHINE_CONFIG_FRAGMENT( fmpac )
+static MACHINE_CONFIG_START( fmpac )
// This is actually incorrect. The sound output is passed back into the MSX machine where it is mixed internally and output through the system 'speaker'.
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("ym2413", YM2413, XTAL_10_738635MHz/3)