diff options
Diffstat (limited to 'src/devices/bus/intv/voice.h')
-rw-r--r-- | src/devices/bus/intv/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intv/voice.h b/src/devices/bus/intv/voice.h index 7369058c435..b9262b718b8 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_t clock); + intv_voice_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // reading and writing // actual IntelliVoice access |