summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1869.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdp1869.cpp')
-rw-r--r--src/devices/sound/cdp1869.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdp1869.cpp b/src/devices/sound/cdp1869.cpp
index a30170095dd..4546f8c22bc 100644
--- a/src/devices/sound/cdp1869.cpp
+++ b/src/devices/sound/cdp1869.cpp
@@ -354,7 +354,7 @@ cdp1869_device::cdp1869_device(const machine_config &mconfig, const char *tag, d
{
}
-static MACHINE_CONFIG_FRAGMENT( cdp1869 )
+static MACHINE_CONFIG_START( cdp1869 )
MCFG_PALETTE_ADD("palette", 8+64)
MCFG_PALETTE_INIT_OWNER(cdp1869_device, cdp1869)
MACHINE_CONFIG_END