]> Shamusworld >> Repos - thunder/blobdiff - src/dis6808.h
Code cleanup.
[thunder] / src / dis6808.h
index 3f77e13707dbec385c25462673167d87484a8b63..0e3934a6d211b162eab6b3a6707c861f0d9dc3a3 100644 (file)
@@ -1,15 +1,15 @@
 //
-// DIS6809.H
+// DIS6808.H
 //
-// by James L. Hammons
-// (C) 2004 Underground Software
+// by James Hammons
+// (C) 2004, 2014 Underground Software
 //
 
-#ifndef __DIS6809_H__
-#define __DIS6809_H__
+#ifndef __DIS6808_H__
+#define __DIS6808_H__
 
-#include "types.h"
+#include <stdint.h>
 
-int Decode6808(uint16 pc);
+int Decode6808(uint16_t pc);
 
-#endif // __DIS6809_H__
+#endif // __DIS6808_H__