diff options
Diffstat (limited to 'src/mame/audio/namco52.cpp')
-rw-r--r-- | src/mame/audio/namco52.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/namco52.cpp b/src/mame/audio/namco52.cpp index 8ebddab75dc..872e9a9d741 100644 --- a/src/mame/audio/namco52.cpp +++ b/src/mame/audio/namco52.cpp @@ -159,7 +159,7 @@ ROM_END const device_type NAMCO_52XX = &device_creator<namco_52xx_device>; -namco_52xx_device::namco_52xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) +namco_52xx_device::namco_52xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, NAMCO_52XX, "Namco 52xx", tag, owner, clock, "namco52", __FILE__), m_cpu(*this, "mcu"), m_discrete(*this, finder_base::DUMMY_TAG), |