diff options
Diffstat (limited to 'src/devices/sound/xt446.h')
-rw-r--r-- | src/devices/sound/xt446.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/xt446.h b/src/devices/sound/xt446.h index 5404dfd3466..c845f4ad776 100644 --- a/src/devices/sound/xt446.h +++ b/src/devices/sound/xt446.h @@ -18,7 +18,7 @@ class xt446_device : public device_t, public device_mixer_interface { public: - xt446_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + xt446_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); void midi_w(int state) { m_midi_serial->rx_w(state); } |