diff options
Diffstat (limited to 'src/devices/sound/cdda.cpp')
-rw-r--r-- | src/devices/sound/cdda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdda.cpp b/src/devices/sound/cdda.cpp index 38a4c4736cc..e2f58b00fd5 100644 --- a/src/devices/sound/cdda.cpp +++ b/src/devices/sound/cdda.cpp @@ -233,7 +233,7 @@ int16_t cdda_device::get_channel_volume(int channel) DEFINE_DEVICE_TYPE(CDDA, cdda_device, "cdda", "CD/DA") -cdda_device::cdda_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +cdda_device::cdda_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, CDDA, tag, owner, clock) , device_sound_interface(mconfig, *this) , m_disc(nullptr) |