]> Shamusworld >> Repos - stargem2/blobdiff - src/dis6808.h
Finally fixed problems with demo mode.
[stargem2] / src / dis6808.h
old mode 100755 (executable)
new mode 100644 (file)
index c2505e3..eb0aab6
@@ -1,15 +1,14 @@
 //
-// DIS6809.H
+// DIS6808.H
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2004 Underground Software
 //
-
-#ifndef __DIS6809_H__
-#define __DIS6809_H__
+#ifndef __DIS6808_H__
+#define __DIS6808_H__
 
 #include <stdint.h>
 
 int Decode6808(uint16_t pc);
 
-#endif // __DIS6809_H__
+#endif // __DIS6808_H__