summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i7220.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i7220.h')
-rw-r--r--src/devices/machine/i7220.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i7220.h b/src/devices/machine/i7220.h
index f961d64559e..6e4f47195dc 100644
--- a/src/devices/machine/i7220.h
+++ b/src/devices/machine/i7220.h
@@ -42,7 +42,7 @@ class i7220_device : public device_t,
{
public:
// construction/destruction
- i7220_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ i7220_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
auto irq_callback() { return intrq_cb.bind(); }
auto drq_callback() { return drq_cb.bind(); }