summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taito_en.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/mame/audio/taito_en.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/audio/taito_en.c')
-rw-r--r--src/mame/audio/taito_en.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/audio/taito_en.c b/src/mame/audio/taito_en.c
index bad95b6d35b..f940d03d54c 100644
--- a/src/mame/audio/taito_en.c
+++ b/src/mame/audio/taito_en.c
@@ -61,16 +61,16 @@ static WRITE16_HANDLER( f3_es5505_bank_w )
static WRITE16_HANDLER( f3_volume_w )
{
-// static UINT16 channel[8],last_l,last_r;
-// static int latch;
+// static UINT16 channel[8],last_l,last_r;
+// static int latch;
-// if (offset==0) latch=(data>>8)&0x7;
-// if (offset==1) channel[latch]=data>>8;
+// if (offset==0) latch=(data>>8)&0x7;
+// if (offset==1) channel[latch]=data>>8;
// if (channel[7]!=last_l) mixer_set_volume(0, (int)((float)channel[7]*1.58)); /* Left master volume */
// if (channel[6]!=last_r) mixer_set_volume(1, (int)((float)channel[6]*1.58)); /* Right master volume */
-// last_l=channel[7];
-// last_r=channel[6];
+// last_l=channel[7];
+// last_r=channel[6];
/* Channel 5 - Left Aux? Always set to volume, but never used for panning */
/* Channel 4 - Right Aux? Always set to volume, but never used for panning */