aboutsummaryrefslogtreecommitdiff
path: root/source/dsp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/dsp1.c')
-rw-r--r--source/dsp1.c9
1 files changed, 4 insertions, 5 deletions
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;
}
-