diff options
Diffstat (limited to 'src/devices/machine/i80130.h')
-rw-r--r-- | src/devices/machine/i80130.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i80130.h b/src/devices/machine/i80130.h index 0b5958ad875..d067913ad65 100644 --- a/src/devices/machine/i80130.h +++ b/src/devices/machine/i80130.h @@ -18,7 +18,7 @@ class i80130_device : public device_t { public: // construction/destruction - i80130_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + i80130_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); auto irq() { return m_write_irq.bind(); } auto ack() { return m_write_ack.bind(); } |