summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv/ecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intv/ecs.h')
-rw-r--r--src/devices/bus/intv/ecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intv/ecs.h b/src/devices/bus/intv/ecs.h
index 97d0c1e380c..e4d6867996e 100644
--- a/src/devices/bus/intv/ecs.h
+++ b/src/devices/bus/intv/ecs.h
@@ -15,7 +15,7 @@ class intv_ecs_device : public intv_rom_device
{
public:
// construction/destruction
- intv_ecs_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ intv_ecs_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// device-level overrides
virtual void device_start() override;