summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/s14001a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/s14001a.h')
-rw-r--r--src/devices/sound/s14001a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/s14001a.h b/src/devices/sound/s14001a.h
index 3b0ee89f2f0..13aa4d032ae 100644
--- a/src/devices/sound/s14001a.h
+++ b/src/devices/sound/s14001a.h
@@ -30,6 +30,7 @@ public:
DECLARE_WRITE8_MEMBER(data_w); // 6-bit word
void set_clock(uint32_t clock); // set new CLK frequency
+ void set_clock(const XTAL &xtal) { set_clock(xtal.value()); }
void force_update(); // update stream, eg. before external ROM bankswitch
protected: