diff options
Diffstat (limited to 'src/devices/sound/lc7535.h')
-rw-r--r-- | src/devices/sound/lc7535.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/lc7535.h b/src/devices/sound/lc7535.h index 4fcf649abd9..bcd7487d9eb 100644 --- a/src/devices/sound/lc7535.h +++ b/src/devices/sound/lc7535.h @@ -37,7 +37,7 @@ class lc7535_device : public device_t { public: // construction/destruction - lc7535_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + lc7535_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); typedef device_delegate<void (int attenuation_right, int attenuation_left, bool loudness)> volume_delegate; |