summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sis900_eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sis900_eth.h')
-rw-r--r--src/devices/machine/sis900_eth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sis900_eth.h b/src/devices/machine/sis900_eth.h
index 4d5fb46f2bd..db801407758 100644
--- a/src/devices/machine/sis900_eth.h
+++ b/src/devices/machine/sis900_eth.h
@@ -12,7 +12,7 @@
class sis900_eth_device : public pci_device
{
public:
- sis900_eth_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sis900_eth_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
static constexpr feature_type unemulated_features() { return feature::LAN; }