summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.c')
-rw-r--r--src/mame/machine/atarigen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/atarigen.c b/src/mame/machine/atarigen.c
index 8ec2a4b8893..68a62965748 100644
--- a/src/mame/machine/atarigen.c
+++ b/src/mame/machine/atarigen.c
@@ -875,7 +875,7 @@ static TIMER_CALLBACK( delayed_6502_sound_w )
void atarigen_set_vol(running_machine *machine, int volume, sound_type type)
{
const device_config *device;
-
+
for (device = sound_first(machine->config); device != NULL; device = sound_next(device))
if (sound_get_type(device) == type)
sound_set_output_gain(device, ALL_OUTPUTS, volume / 100.0);