diff options
Diffstat (limited to 'src/devices/machine/cop452.cpp')
-rw-r--r-- | src/devices/machine/cop452.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cop452.cpp b/src/devices/machine/cop452.cpp index 87e2d0954d5..a547ee9c66b 100644 --- a/src/devices/machine/cop452.cpp +++ b/src/devices/machine/cop452.cpp @@ -19,7 +19,7 @@ // Device type definition DEFINE_DEVICE_TYPE(COP452, cop452_device, "cop452", "National Semiconductor COP452 frequency generator") -cop452_device::cop452_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) +cop452_device::cop452_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, COP452, tag, owner, clock) , m_out_handlers(*this) { |