diff options
Diffstat (limited to 'src/devices/bus/coco/coco_wpk2p.h')
-rw-r--r-- | src/devices/bus/coco/coco_wpk2p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_wpk2p.h b/src/devices/bus/coco/coco_wpk2p.h index f6c3debc766..87da0b44e32 100644 --- a/src/devices/bus/coco/coco_wpk2p.h +++ b/src/devices/bus/coco/coco_wpk2p.h @@ -21,7 +21,7 @@ class coco_wpk2p_device : { public: // construction/destruction - coco_wpk2p_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + coco_wpk2p_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |