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