summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pci-ac97.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/pci-ac97.h')
-rw-r--r--src/devices/sound/pci-ac97.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/pci-ac97.h b/src/devices/sound/pci-ac97.h
index 4633337e6dc..ba7c82903f1 100644
--- a/src/devices/sound/pci-ac97.h
+++ b/src/devices/sound/pci-ac97.h
@@ -9,12 +9,12 @@
class ac97_device : public pci_device {
public:
- ac97_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock, uint32_t main_id, uint32_t revision, uint32_t subdevice_id)
+ ac97_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock, uint32_t main_id, uint32_t revision, uint32_t subdevice_id)
: ac97_device(mconfig, tag, owner, clock)
{
set_ids(main_id, revision, 0x040300, subdevice_id);
}
- ac97_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ ac97_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
virtual void device_start() override;