diff options
Diffstat (limited to 'src/emu/sound/k051649.c')
-rw-r--r-- | src/emu/sound/k051649.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/k051649.c b/src/emu/sound/k051649.c index 4e40e0b0567..00e59790e12 100644 --- a/src/emu/sound/k051649.c +++ b/src/emu/sound/k051649.c @@ -42,7 +42,7 @@ const device_type K051649 = &device_creator<k051649_device>; //------------------------------------------------- k051649_device::k051649_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, K051649, "Konami 051649 SCC1", tag, owner, clock, "k051649", __FILE__), + : device_t(mconfig, K051649, "K051649 SCC1", tag, owner, clock, "k051649", __FILE__), device_sound_interface(mconfig, *this), m_stream(NULL), m_mclock(0), |