diff options
Diffstat (limited to 'src/devices/sound/262intf.cpp')
-rw-r--r-- | src/devices/sound/262intf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/262intf.cpp b/src/devices/sound/262intf.cpp index d14497e672e..e72088b0e84 100644 --- a/src/devices/sound/262intf.cpp +++ b/src/devices/sound/262intf.cpp @@ -137,7 +137,7 @@ WRITE8_MEMBER( ymf262_device::write ) const device_type YMF262 = &device_creator<ymf262_device>; -ymf262_device::ymf262_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) +ymf262_device::ymf262_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, YMF262, "YMF262", tag, owner, clock, "ymf262", __FILE__), device_sound_interface(mconfig, *this), m_irq_handler(*this) |