diff options
author | 2007-12-24 04:03:00 +0000 | |
---|---|---|
committer | 2007-12-24 04:03:00 +0000 | |
commit | 76278ddf02e10778747346bdc13c7c4e6942b1ee (patch) | |
tree | 6f1ce84a9386b7edb51175f7c23118e4118135e4 /src/emu/sound/c140.c | |
parent | 2d19847752de8dfb03a8257dc88ab543f885445b (diff) |
Spacing cleanups.
Diffstat (limited to 'src/emu/sound/c140.c')
-rw-r--r-- | src/emu/sound/c140.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/c140.c b/src/emu/sound/c140.c index 60203a17f61..cb992f6f811 100644 --- a/src/emu/sound/c140.c +++ b/src/emu/sound/c140.c @@ -409,7 +409,7 @@ static void update_stereo(void *param, stream_sample_t **inputs, stream_sample_t // Sign + magnitude format if ((v->mode & 0x01) && (lastdt & 0x80)) lastdt = -(lastdt & 0x7f); - + // Sign flip if (v->mode & 0x40) lastdt = -lastdt; |