]> Shamusworld >> Repos - thunder/blobdiff - src/dis6808.h
Removed useless cruft, fixed off-by-one bug in screen render.
[thunder] / src / dis6808.h
diff --git a/src/dis6808.h b/src/dis6808.h
deleted file mode 100644 (file)
index 0e3934a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// DIS6808.H
-//
-// by James Hammons
-// (C) 2004, 2014 Underground Software
-//
-
-#ifndef __DIS6808_H__
-#define __DIS6808_H__
-
-#include <stdint.h>
-
-int Decode6808(uint16_t pc);
-
-#endif // __DIS6808_H__