png screenshot support
[drnoksnes] / srtc.h
diff --git a/srtc.h b/srtc.h
index e84259b..faa7a1b 100644 (file)
--- a/srtc.h
+++ b/srtc.h
 #ifndef _srtc_h_
 #define _srtc_h_
 
-#if !defined(_SNESPPC) && !defined(__GIZ__) && !defined(__GP2X__)
-#include <time.h>
-#endif
-
 #define MAX_RTC_INDEX       0xC
 
 #define MODE_READ           0
@@ -85,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;