diff options
Diffstat (limited to 'src/devices/sound/rolandpcm.h')
-rw-r--r-- | src/devices/sound/rolandpcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/rolandpcm.h b/src/devices/sound/rolandpcm.h index 702da28dcf1..0a6c6a64397 100644 --- a/src/devices/sound/rolandpcm.h +++ b/src/devices/sound/rolandpcm.h @@ -10,7 +10,7 @@ class mb87419_mb87420_device : public device_t, public device_sound_interface, public device_rom_interface<22> { public: - mb87419_mb87420_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + mb87419_mb87420_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto int_callback() { return m_int_callback.bind(); } |