]> Shamusworld >> Repos - stargem2/blobdiff - src/dis6809.h
Finally fixed problems with demo mode.
[stargem2] / src / dis6809.h
old mode 100755 (executable)
new mode 100644 (file)
index 26664de..a9c2d12
@@ -1,15 +1,14 @@
 //
 // DIS6809.H
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2004 Underground Software
 //
-
 #ifndef __DIS6809_H__
 #define __DIS6809_H__
 
-#include "types.h"
+#include <stdint.h>
 
-int Decode6809(uint16);
+int Decode6809(uint16_t);
 
 #endif // __DIS6809_H__