diff options
Diffstat (limited to 'src/devices/bus/coco/dragon_claw.cpp')
-rw-r--r-- | src/devices/bus/coco/dragon_claw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/dragon_claw.cpp b/src/devices/bus/coco/dragon_claw.cpp index a4c00b0f71a..affcfeaa40b 100644 --- a/src/devices/bus/coco/dragon_claw.cpp +++ b/src/devices/bus/coco/dragon_claw.cpp @@ -59,7 +59,7 @@ ioport_constructor dragon_claw_device::device_input_ports() const // dragon_claw_device - constructor //------------------------------------------------- -dragon_claw_device::dragon_claw_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) +dragon_claw_device::dragon_claw_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, DRAGON_CLAW, tag, owner, clock) , device_cococart_interface(mconfig, *this ) , m_via(*this, "via") |