summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/sb0400.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/sb0400.cpp')
-rw-r--r--src/devices/sound/sb0400.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sb0400.cpp b/src/devices/sound/sb0400.cpp
index b124a99b8f9..99073db5d8b 100644
--- a/src/devices/sound/sb0400.cpp
+++ b/src/devices/sound/sb0400.cpp
@@ -9,7 +9,7 @@ void sb0400_device::map(address_map &map)
{
}
-sb0400_device::sb0400_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+sb0400_device::sb0400_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: pci_device(mconfig, SB0400, tag, owner, clock)
{
}