summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k007232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/k007232.c')
-rw-r--r--src/emu/sound/k007232.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/k007232.c b/src/emu/sound/k007232.c
index ab6f2a9a1e7..fe1581b1b2b 100644
--- a/src/emu/sound/k007232.c
+++ b/src/emu/sound/k007232.c
@@ -149,7 +149,6 @@ k007232_device::k007232_device(const machine_config &mconfig, const char *tag, d
: device_t(mconfig, K007232, "K007232", tag, owner, clock, "k007232", __FILE__),
device_sound_interface(mconfig, *this)
{
-
}
//-------------------------------------------------
@@ -198,7 +197,7 @@ void k007232_device::device_start()
m_vol[1][0] = 0;
m_vol[1][1] = 255; /* channel B output to output B */
- for (int i = 0; i < 0x10; i++)
+ for (int i = 0; i < 0x10; i++)
m_wreg[i] = 0;
m_stream = machine().sound().stream_alloc(*this, 0 , 2, clock()/128, this);