summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio')
-rw-r--r--src/mame/audio/beezer.c2
-rw-r--r--src/mame/audio/dcs.c4
-rw-r--r--src/mame/audio/taito_en.c12
3 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/audio/beezer.c b/src/mame/audio/beezer.c
index 6855c4882b4..208cd606c9b 100644
--- a/src/mame/audio/beezer.c
+++ b/src/mame/audio/beezer.c
@@ -310,7 +310,7 @@ static STREAM_UPDATE( beezer_stream_update )
/* skip if nothing enabled */
if ((sh6840_timer[0].cr & 0x01) == 0) // if we're not in reset...
{
-// int noise_clocks_this_sample = 0;
+// int noise_clocks_this_sample = 0;
UINT32 chan1_clocks;
/* generate noise if configured to do so */
diff --git a/src/mame/audio/dcs.c b/src/mame/audio/dcs.c
index f13693f961e..21ef8c489e1 100644
--- a/src/mame/audio/dcs.c
+++ b/src/mame/audio/dcs.c
@@ -753,7 +753,7 @@ MACHINE_CONFIG_END
static void dcs_boot(running_machine &machine)
{
UINT8 buffer[0x1000];
-// UINT32 max_banks;
+// UINT32 max_banks;
UINT16 *base;
int i;
@@ -763,7 +763,7 @@ static void dcs_boot(running_machine &machine)
case 1:
/* determine the base */
-// max_banks = dcs.bootrom_words / 0x1000;
+// max_banks = dcs.bootrom_words / 0x1000;
base = dcs.bootrom + ((dcs.sounddata_bank * 0x1000) % dcs.bootrom_words);
/* convert from 16-bit data to 8-bit data and boot */
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 */