diff options
Diffstat (limited to 'src/devices/bus/vtech/memexp/wordpro.h')
-rw-r--r-- | src/devices/bus/vtech/memexp/wordpro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vtech/memexp/wordpro.h b/src/devices/bus/vtech/memexp/wordpro.h index 0515a12bb36..e5484556923 100644 --- a/src/devices/bus/vtech/memexp/wordpro.h +++ b/src/devices/bus/vtech/memexp/wordpro.h @@ -24,7 +24,7 @@ class vtech_wordpro_device : public vtech_memexp_device { public: // construction/destruction - vtech_wordpro_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + vtech_wordpro_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; |