diff options
Diffstat (limited to 'src/devices/sound/l7a1045_l6028_dsp_a.h')
-rw-r--r-- | src/devices/sound/l7a1045_l6028_dsp_a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/l7a1045_l6028_dsp_a.h b/src/devices/sound/l7a1045_l6028_dsp_a.h index 4fff2caa465..3d132db7b18 100644 --- a/src/devices/sound/l7a1045_l6028_dsp_a.h +++ b/src/devices/sound/l7a1045_l6028_dsp_a.h @@ -15,7 +15,7 @@ class l7a1045_sound_device : public device_t, public device_sound_interface { public: - l7a1045_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + l7a1045_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // void set_base(int8_t* base) { m_base = base; } |