diff options
Diffstat (limited to 'src/devices/bus/adam/ide.h')
-rw-r--r-- | src/devices/bus/adam/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/adam/ide.h b/src/devices/bus/adam/ide.h index fc01088eeec..9908e5661df 100644 --- a/src/devices/bus/adam/ide.h +++ b/src/devices/bus/adam/ide.h @@ -28,7 +28,7 @@ class powermate_ide_device : public device_t, { public: // construction/destruction - powermate_ide_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + powermate_ide_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |