diff options
Diffstat (limited to 'src/devices/bus/vtech/memexp/floppy.h')
-rw-r--r-- | src/devices/bus/vtech/memexp/floppy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vtech/memexp/floppy.h b/src/devices/bus/vtech/memexp/floppy.h index 167cbf5ba63..abe89105ed1 100644 --- a/src/devices/bus/vtech/memexp/floppy.h +++ b/src/devices/bus/vtech/memexp/floppy.h @@ -28,7 +28,7 @@ class vtech_floppy_controller_device : public vtech_memexp_device { public: // construction/destruction - vtech_floppy_controller_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + vtech_floppy_controller_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: virtual const tiny_rom_entry *device_rom_region() const override; |