diff options
Diffstat (limited to 'src/devices/bus/vtech/memexp/sdloader.h')
-rw-r--r-- | src/devices/bus/vtech/memexp/sdloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vtech/memexp/sdloader.h b/src/devices/bus/vtech/memexp/sdloader.h index fe1fa6ea313..8ab77f287bd 100644 --- a/src/devices/bus/vtech/memexp/sdloader.h +++ b/src/devices/bus/vtech/memexp/sdloader.h @@ -25,7 +25,7 @@ class vtech_sdloader_device : public vtech_memexp_device { public: // construction/destruction - vtech_sdloader_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + vtech_sdloader_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); static constexpr feature_type unemulated_features() { return feature::DISK; } |