aboutsummaryrefslogtreecommitdiff
path: root/source/sa1.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/sa1.h')
-rw-r--r--source/sa1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sa1.h b/source/sa1.h
index 6679a1c..cf6cdb3 100644
--- a/source/sa1.h
+++ b/source/sa1.h
@@ -48,7 +48,7 @@ typedef struct
uint8_t* WriteMap [MEMMAP_NUM_BLOCKS];
int16_t op1;
int16_t op2;
- int arithmetic_op; // For savestate compatibility can't change to int32_t
+ int arithmetic_op; /* For savestate compatibility can't change to int32_t */
int64_t sum;
bool overflow;
uint8_t VirtualBitmapFormat;