diff options
Diffstat (limited to 'src/devices/machine/applepic.h')
-rw-r--r-- | src/devices/machine/applepic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/applepic.h b/src/devices/machine/applepic.h index 67d6186a963..9e03e61d3cb 100644 --- a/src/devices/machine/applepic.h +++ b/src/devices/machine/applepic.h @@ -18,7 +18,7 @@ class applepic_device : public device_t { public: // construction/destruction - applepic_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + applepic_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // callback configuration auto prd_callback() { return m_prd_callback.bind(); } |