]> Shamusworld >> Repos - thunder/blobdiff - src/dis6809.h
Code cleanup, final fix for sprite lag problem.
[thunder] / src / dis6809.h
index a08851ef3a208395263f91cfad00390c22aeabe8..35ed32d81f16e0ecfcf3becd6cf2efd6034d7693 100644 (file)
@@ -4,14 +4,11 @@
 // 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__