diff options
author | 2014-04-18 16:47:16 +0000 | |
---|---|---|
committer | 2014-04-18 16:47:16 +0000 | |
commit | 3c46c03671b6942d4db31154997abfd000489e35 (patch) | |
tree | 6ad7c66b5aa9c3cfc770612e7457055ebedefc97 /src/emu/sound/k051649.c | |
parent | 2c4dafcfa94baa3723941db23bb789d92494ba17 (diff) |
Some changes/corrections to device descriptions per Dev request (nw)
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), |