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