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