diff options
Diffstat (limited to 'src/mame/audio/t5182.cpp')
-rw-r--r-- | src/mame/audio/t5182.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/t5182.cpp b/src/mame/audio/t5182.cpp index b3d6ba53cbc..c22b0419ce9 100644 --- a/src/mame/audio/t5182.cpp +++ b/src/mame/audio/t5182.cpp @@ -153,7 +153,7 @@ rom. const device_type T5182 = &device_creator<t5182_device>; -t5182_device::t5182_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) +t5182_device::t5182_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, T5182, "T5182 MCU", tag, owner, clock, "t5182", __FILE__), m_ourcpu(*this, "t5182_z80"), m_sharedram(*this, "sharedram"), |