aboutsummaryrefslogtreecommitdiff
path: root/source/spc7110.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/spc7110.h')
-rw-r--r--source/spc7110.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/spc7110.h b/source/spc7110.h
index c597096..65a794e 100644
--- a/source/spc7110.h
+++ b/source/spc7110.h
@@ -121,7 +121,7 @@ void SPC7110Grab(char*);
typedef struct SPC7110RTC
{
unsigned char reg[16];
- short index;
+ int16_t index;
uint8_t control;
bool init;
time_t last_used;