diff options
Diffstat (limited to 'src/devices/sound/tc8830f.h')
-rw-r--r-- | src/devices/sound/tc8830f.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tc8830f.h b/src/devices/sound/tc8830f.h index 0a447b02dba..abed8b26787 100644 --- a/src/devices/sound/tc8830f.h +++ b/src/devices/sound/tc8830f.h @@ -21,7 +21,7 @@ class tc8830f_device : public device_t, { public: // construction/destruction - tc8830f_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tc8830f_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void reset(); void write_p(uint8_t data); |