diff options
Diffstat (limited to 'src/devices/sound/s14001a.h')
-rw-r--r-- | src/devices/sound/s14001a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/s14001a.h b/src/devices/sound/s14001a.h index 511503d9daa..d43884b310b 100644 --- a/src/devices/sound/s14001a.h +++ b/src/devices/sound/s14001a.h @@ -11,7 +11,7 @@ class s14001a_device : public device_t, public device_sound_interface { public: - s14001a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + s14001a_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // configuration helpers auto bsy() { return m_bsy_handler.bind(); } |