summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82357.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82357.h')
-rw-r--r--src/devices/machine/i82357.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82357.h b/src/devices/machine/i82357.h
index 3c5a7756061..8af682c0251 100644
--- a/src/devices/machine/i82357.h
+++ b/src/devices/machine/i82357.h
@@ -13,7 +13,7 @@
class i82357_device : public device_t
{
public:
- i82357_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ i82357_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto out_rtc_cb() { return m_out_rtc.bind(); }
auto out_int_cb() { return subdevice<pic8259_device>("pic0")->out_int_callback(); }