summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cosmic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cosmic.c')
-rw-r--r--src/mame/drivers/cosmic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/cosmic.c b/src/mame/drivers/cosmic.c
index 9053d69066d..e5a5e144266 100644
--- a/src/mame/drivers/cosmic.c
+++ b/src/mame/drivers/cosmic.c
@@ -56,7 +56,7 @@ static WRITE8_HANDLER( panic_sound_output_w )
{
int count;
if (data == 0)
- for (count = 0; count < 9; count++)
+ for (count = 0; count < 9; count++)
sample_stop(state->samples, count);
state->sound_enabled = data;
@@ -134,7 +134,7 @@ static WRITE8_HANDLER( cosmicg_output_w )
state->sound_enabled = data;
if (data == 0)
- for (count = 0; count < 9; count++)
+ for (count = 0; count < 9; count++)
sample_stop(state->samples, count);
}
@@ -196,7 +196,7 @@ static WRITE8_HANDLER( cosmica_sound_output_w )
{
int count;
if (data == 0)
- for (count = 0; count < 12; count++)
+ for (count = 0; count < 12; count++)
sample_stop(state->samples, count);
else
{