]> Shamusworld >> Repos - thunder/blobdiff - src/dis63701.h
Added disassembler for 63701.
[thunder] / src / dis63701.h
diff --git a/src/dis63701.h b/src/dis63701.h
new file mode 100644 (file)
index 0000000..8fcad9c
--- /dev/null
@@ -0,0 +1,16 @@
+//
+// DIS63701.H
+//
+// by James Hammons
+// (C) 2004, 2014 Underground Software
+//
+
+#ifndef __DIS63701_H__
+#define __DIS63701_H__
+
+#include <stdint.h>
+
+uint32_t Decode63701(uint8_t * mem, uint16_t pc, char *);
+
+#endif // __DIS63701_H__
+