diff options
Diffstat (limited to 'src/devices/sound/k056800.cpp')
-rw-r--r-- | src/devices/sound/k056800.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k056800.cpp b/src/devices/sound/k056800.cpp index 1534783f8de..beac3a67b73 100644 --- a/src/devices/sound/k056800.cpp +++ b/src/devices/sound/k056800.cpp @@ -21,7 +21,7 @@ const device_type K056800 = &device_creator<k056800_device>; //------------------------------------------------- k056800_device::k056800_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, K056800, "K056800 MIRAC", tag, owner, clock, "k056800", __FILE__), + : device_t(mconfig, K056800, "K056800 MIRAC", tag, owner, clock, "k056800", __FILE__), m_int_pending(false), m_int_enabled(false), m_int_handler(*this) { } |