diff options
Diffstat (limited to 'src/devices/sound/k053260.h')
-rw-r--r-- | src/devices/sound/k053260.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k053260.h b/src/devices/sound/k053260.h index 9b652bba4fe..494b906477f 100644 --- a/src/devices/sound/k053260.h +++ b/src/devices/sound/k053260.h @@ -24,7 +24,7 @@ class k053260_device : public device_t, public device_rom_interface<21> { public: - k053260_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + k053260_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); u8 main_read(offs_t offset); void main_write(offs_t offset, u8 data); |