]> Shamusworld >> Repos - stargem2/blobdiff - src/dis6808.h
Converted to SDL 2, added fullscreen support (F12 to toggle).
[stargem2] / src / dis6808.h
index 3f77e13707dbec385c25462673167d87484a8b63..c2505e3aca8129045427cd2ca64f63b83e05223d 100755 (executable)
@@ -8,8 +8,8 @@
 #ifndef __DIS6809_H__
 #define __DIS6809_H__
 
-#include "types.h"
+#include <stdint.h>
 
-int Decode6808(uint16 pc);
+int Decode6808(uint16_t pc);
 
 #endif // __DIS6809_H__