]> Shamusworld >> Repos - stargem2/blobdiff - src/dis6809.h
Converted to SDL 2, added fullscreen support (F12 to toggle).
[stargem2] / src / dis6809.h
index 26664de57168bcce5ad19c97c5ec18e20ee3fe2d..796af527d1948a22638da7419dff726a4ec92bde 100755 (executable)
@@ -8,8 +8,8 @@
 #ifndef __DIS6809_H__
 #define __DIS6809_H__
 
-#include "types.h"
+#include <stdint.h>
 
-int Decode6809(uint16);
+int Decode6809(uint16_t);
 
 #endif // __DIS6809_H__