summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/dragon_claw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/dragon_claw.h')
-rw-r--r--src/devices/bus/coco/dragon_claw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/dragon_claw.h b/src/devices/bus/coco/dragon_claw.h
index 9743b5b0b3c..f31dcc6e12f 100644
--- a/src/devices/bus/coco/dragon_claw.h
+++ b/src/devices/bus/coco/dragon_claw.h
@@ -22,7 +22,7 @@ class dragon_claw_device :
{
public:
// construction/destruction
- dragon_claw_device(const machine_config& mconfig, const char* tag, device_t* owner, u32 clock);
+ dragon_claw_device(const machine_config& mconfig, const char* tag, device_t* owner, const XTAL &clock);
protected:
// device-level overrides