summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sis950_smbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sis950_smbus.h')
-rw-r--r--src/devices/machine/sis950_smbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sis950_smbus.h b/src/devices/machine/sis950_smbus.h
index a474fe10914..cf9609c1043 100644
--- a/src/devices/machine/sis950_smbus.h
+++ b/src/devices/machine/sis950_smbus.h
@@ -9,7 +9,7 @@
class sis950_smbus_device : public device_t {
public:
- sis950_smbus_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sis950_smbus_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void map(address_map &map);