diff options
Diffstat (limited to 'src/devices/sound/t6w28.h')
-rw-r--r-- | src/devices/sound/t6w28.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/t6w28.h b/src/devices/sound/t6w28.h index 6b953449f87..8090bf5c57a 100644 --- a/src/devices/sound/t6w28.h +++ b/src/devices/sound/t6w28.h @@ -8,7 +8,7 @@ class t6w28_device : public device_t, public device_sound_interface { public: - t6w28_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + t6w28_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void write(offs_t offset, uint8_t data); void set_enable(bool enable); |