first check-in of Cyclone 0.069 under GPLv2 and MAME License. Pico Disa.c/h included too
[cyclone68000.git] / Pico / Disa.h
diff --git a/Pico/Disa.h b/Pico/Disa.h
new file mode 100644 (file)
index 0000000..af10eb5
--- /dev/null
@@ -0,0 +1,20 @@
+\r
+// Dave's Disa 68000 Disassembler\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+#define CPU_CALL\r
+\r
+extern unsigned int DisaPc;\r
+extern char *DisaText; // Text buffer to write in\r
+\r
+extern unsigned short (CPU_CALL *DisaWord)(unsigned int a);\r
+int DisaGetEa(char *t,int ea,int size);\r
+\r
+int DisaGet();\r
+\r
+#ifdef __cplusplus\r
+} // End of extern "C"\r
+#endif\r