summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1863.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdp1863.h')
-rw-r--r--src/devices/sound/cdp1863.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/cdp1863.h b/src/devices/sound/cdp1863.h
index 189a04ae5c9..bb47f0ea5f2 100644
--- a/src/devices/sound/cdp1863.h
+++ b/src/devices/sound/cdp1863.h
@@ -50,6 +50,7 @@ public:
// inline configuration helpers
static void static_set_clock2(device_t &device, int clock2);
+ static void static_set_clock2(device_t &device, const XTAL &xtal) { xtal.check("selecting cdp1863 clock"); static_set_clock2(device, xtal.value()); }
DECLARE_WRITE8_MEMBER( str_w );
void str_w(uint8_t data);