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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/sound/cdp1869.cpp b/src/devices/sound/cdp1869.cpp
index 9fac6faeecb..529c948633c 100644
--- a/src/devices/sound/cdp1869.cpp
+++ b/src/devices/sound/cdp1869.cpp
@@ -49,6 +49,12 @@ enum
};
+constexpr XTAL cdp1869_device::DOT_CLK_NTSC;
+constexpr XTAL cdp1869_device::DOT_CLK_PAL;
+constexpr XTAL cdp1869_device::COLOR_CLK_NTSC;
+constexpr XTAL cdp1869_device::COLOR_CLK_PAL;
+constexpr XTAL cdp1869_device::CPU_CLK_NTSC;
+constexpr XTAL cdp1869_device::CPU_CLK_PAL;
//**************************************************************************
// DEVICE DEFINITIONS