summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/memexp/wordpro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/memexp/wordpro.h')
-rw-r--r--src/devices/bus/vtech/memexp/wordpro.h2
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 288a7fb565d..51e5b412ab1 100644
--- a/src/devices/bus/vtech/memexp/wordpro.h
+++ b/src/devices/bus/vtech/memexp/wordpro.h
@@ -25,7 +25,7 @@ class wordpro_device : public device_t, public device_memexp_interface
{
public:
// construction/destruction
- wordpro_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ wordpro_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
protected:
virtual const tiny_rom_entry *device_rom_region() const override;