summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/zsg2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/zsg2.h')
-rw-r--r--src/devices/sound/zsg2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/zsg2.h b/src/devices/sound/zsg2.h
index 0239f6ff03d..49982ec2d4a 100644
--- a/src/devices/sound/zsg2.h
+++ b/src/devices/sound/zsg2.h
@@ -15,7 +15,7 @@ class zsg2_device : public device_t,
public device_sound_interface
{
public:
- zsg2_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ zsg2_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// configuration helpers
auto ext_read() { return m_ext_read_handler.bind(); }