summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/cms/fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/cms/fdc.h')
-rw-r--r--src/devices/bus/acorn/cms/fdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/cms/fdc.h b/src/devices/bus/acorn/cms/fdc.h
index 99a92c34dc7..4b26fbe261c 100644
--- a/src/devices/bus/acorn/cms/fdc.h
+++ b/src/devices/bus/acorn/cms/fdc.h
@@ -27,7 +27,7 @@ class cms_fdc_device :
{
public:
// construction/destruction
- cms_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ cms_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
static void floppy_formats(format_registration &fr);