removing lots of unused code
[drnoksnes] / srtc.h
diff --git a/srtc.h b/srtc.h
index a7eb331..faa7a1b 100644 (file)
--- a/srtc.h
+++ b/srtc.h
@@ -81,8 +81,8 @@ Index Description     Range (nibble)
 
 typedef struct
 {
-    bool8_32 needs_init;
-    bool8_32 count_enable;     // Does RTC mark time or is it frozen
+    bool8 needs_init;
+    bool8 count_enable;        // Does RTC mark time or is it frozen
     uint8 data [MAX_RTC_INDEX+1];
     int8  index;
     uint8 mode;