summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/tx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/tx1.c')
-rw-r--r--src/mame/audio/tx1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/tx1.c b/src/mame/audio/tx1.c
index 7191e3d23c0..240fe2a6d71 100644
--- a/src/mame/audio/tx1.c
+++ b/src/mame/audio/tx1.c
@@ -496,7 +496,7 @@ WRITE8_MEMBER( buggyboy_sound_device::ym2_b_w )
void buggyboy_sound_device::sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples)
{
/* This is admittedly a bit of a hack job... */
-
+
UINT32 step_0, step_1;
int n1_en, n2_en;
double gain0, gain1_l, gain1_r;
@@ -572,4 +572,4 @@ void buggyboy_sound_device::sound_stream_update(sound_stream &stream, stream_sam
m_step0 += step_0;
m_step1 += step_1;
}
-} \ No newline at end of file
+}