summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atmel_arm_aic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/atmel_arm_aic.h')
-rw-r--r--src/devices/machine/atmel_arm_aic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/atmel_arm_aic.h b/src/devices/machine/atmel_arm_aic.h
index 72659841f3a..88308ddf87c 100644
--- a/src/devices/machine/atmel_arm_aic.h
+++ b/src/devices/machine/atmel_arm_aic.h
@@ -12,7 +12,7 @@ class arm_aic_device : public device_t
{
public:
// construction/destruction
- arm_aic_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+ arm_aic_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, ARM_AIC, tag, owner, clock),
m_irq_out(*this)
{