diff options
Diffstat (limited to 'src/devices/bus/ql/sandy_superdisk.h')
-rw-r--r-- | src/devices/bus/ql/sandy_superdisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/sandy_superdisk.h b/src/devices/bus/ql/sandy_superdisk.h index 8f821e953ad..80d85193148 100644 --- a/src/devices/bus/ql/sandy_superdisk.h +++ b/src/devices/bus/ql/sandy_superdisk.h @@ -29,7 +29,7 @@ class sandy_super_disk_device : public device_t, public device_ql_expansion_card { public: // construction/destruction - sandy_super_disk_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + sandy_super_disk_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |