summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/dmadac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/dmadac.c')
-rw-r--r--src/emu/sound/dmadac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/dmadac.c b/src/emu/sound/dmadac.c
index 3b1f23dceda..7dab612ea64 100644
--- a/src/emu/sound/dmadac.c
+++ b/src/emu/sound/dmadac.c
@@ -46,7 +46,6 @@
void dmadac_sound_device::device_start()
{
-
/* allocate a clear a buffer */
m_buffer = auto_alloc_array_clear(machine(), INT16, BUFFER_SIZE);
@@ -186,7 +185,7 @@ void dmadac_set_volume(dmadac_sound_device **devlist, UINT8 num_channels, UINT16
/* flush out as much data as we can */
for (i = 0; i < num_channels; i++)
- {
+ {
devlist[i]->set_volume(volume);
}
}