diff options
Diffstat (limited to 'src/devices/sound/wave.cpp')
-rw-r--r-- | src/devices/sound/wave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/wave.cpp b/src/devices/sound/wave.cpp index 1a53aaa95f7..3adea26793d 100644 --- a/src/devices/sound/wave.cpp +++ b/src/devices/sound/wave.cpp @@ -25,7 +25,7 @@ DEFINE_DEVICE_TYPE(WAVE, wave_device, "wave", "Cassette Sound") -wave_device::wave_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +wave_device::wave_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, WAVE, tag, owner, clock) , device_sound_interface(mconfig, *this) , m_cass(*this, finder_base::DUMMY_TAG) |