]> Shamusworld >> Repos - thunder/blobdiff - src/v6809b.h
Scrubbed all traces of BYTE, WORD, & DWORD out of the code, remove
[thunder] / src / v6809b.h
diff --git a/src/v6809b.h b/src/v6809b.h
deleted file mode 100755 (executable)
index b51dba7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Virtual 6809B Header file
-//
-// by James L. Hammons
-//
-// (c) 1998 Underground Software
-
-#define BYTE unsigned char
-#define WORD unsigned short int
-
-// Function prototypes
-
-void Init_6809B(void);      // Initialize function pointers
-void Execute_6809B(long);   // Function to execute 6809 instructions