summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ks0164.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ks0164.h')
-rw-r--r--src/devices/sound/ks0164.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ks0164.h b/src/devices/sound/ks0164.h
index 208176c6e2e..d3ed92557b8 100644
--- a/src/devices/sound/ks0164.h
+++ b/src/devices/sound/ks0164.h
@@ -14,7 +14,7 @@
class ks0164_device : public device_t, public device_sound_interface, public device_memory_interface, public device_serial_interface
{
public:
- ks0164_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 16934400);
+ ks0164_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL::u(16934400));
void mpu401_data_w(u8 data);
void mpu401_ctrl_w(u8 data);