From cbbfa871ae3d9db3852d9122a6d8355896c073ed Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 16 Jan 2017 22:39:57 +0000 Subject: Many cleanups. --- source/dsp1.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source/dsp1.c') diff --git a/source/dsp1.c b/source/dsp1.c index cccae23..a5b5e79 100644 --- a/source/dsp1.c +++ b/source/dsp1.c @@ -1125,15 +1125,15 @@ uint8_t DSP3GetByte(uint16_t address) typedef struct { - bool waiting4command; - bool half_command; + bool waiting4command; + bool half_command; uint16_t command; uint32_t in_count; uint32_t in_index; uint32_t out_count; uint32_t out_index; - uint8_t parameters [512]; - uint8_t output [512]; + uint8_t parameters [512]; + uint8_t output [512]; } SDSP4; SDSP4 DSP4; @@ -1412,4 +1412,3 @@ uint8_t DSP4GetByte(uint16_t address) return t; } - -- cgit v1.2.3