]> Shamusworld >> Repos - thunder/blobdiff - src/dis6809.h
Code cleanup, final fix for sprite lag problem.
[thunder] / src / dis6809.h
old mode 100755 (executable)
new mode 100644 (file)
index 04d2e6c..35ed32d
@@ -1,17 +1,14 @@
 //
 // DIS6809.H
 //
-// by James L. Hammons
-// (C) 2004 Underground Software
+// by James Hammons
+// (C) 2004, 2014 Underground Software
 //
-
 #ifndef __DIS6809_H__
 #define __DIS6809_H__
 
-//#include "types.h"
 #include "v6809.h"
 
-//int Decode6809(uint16);
 int Decode6809(V6809REGS);
 
 #endif // __DIS6809_H__