diff options
Diffstat (limited to 'src/devices/sound/tms36xx.h')
-rw-r--r-- | src/devices/sound/tms36xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tms36xx.h b/src/devices/sound/tms36xx.h index 5693e3b8e7c..854d04c47fd 100644 --- a/src/devices/sound/tms36xx.h +++ b/src/devices/sound/tms36xx.h @@ -24,7 +24,7 @@ public: TMS3617 = 17 // Monster Bash (13 notes, six outputs) }; - tms36xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tms36xx_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void set_subtype(subtype type) { |