diff options
Diffstat (limited to 'src/devices/imagedev/wafadrive.h')
-rw-r--r-- | src/devices/imagedev/wafadrive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/wafadrive.h b/src/devices/imagedev/wafadrive.h index 532288dcba9..435e27f1247 100644 --- a/src/devices/imagedev/wafadrive.h +++ b/src/devices/imagedev/wafadrive.h @@ -26,7 +26,7 @@ class wafadrive_image_device : public microtape_image_device { public: // construction/destruction - wafadrive_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + wafadrive_image_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); virtual ~wafadrive_image_device(); // image-level overrides |