diff options
Diffstat (limited to 'src/devices/sound/vlm5030.h')
-rw-r--r-- | src/devices/sound/vlm5030.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vlm5030.h b/src/devices/sound/vlm5030.h index 1eddcdc45bf..aaa8aebb9cd 100644 --- a/src/devices/sound/vlm5030.h +++ b/src/devices/sound/vlm5030.h @@ -10,7 +10,7 @@ class vlm5030_device : public device_t, public device_sound_interface, public device_rom_interface<16> { public: - vlm5030_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + vlm5030_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); /* get BSY pin level */ DECLARE_READ_LINE_MEMBER( bsy ); |