first check-in of Cyclone 0.069 under GPLv2 and MAME License. Pico Disa.c/h included too
[cyclone68000.git] / Pico / Disa.h
CommitLineData
6003a768 1\r
2// Dave's Disa 68000 Disassembler\r
3\r
4#ifdef __cplusplus\r
5extern "C" {\r
6#endif\r
7\r
8#define CPU_CALL\r
9\r
10extern unsigned int DisaPc;\r
11extern char *DisaText; // Text buffer to write in\r
12\r
13extern unsigned short (CPU_CALL *DisaWord)(unsigned int a);\r
14int DisaGetEa(char *t,int ea,int size);\r
15\r
16int DisaGet();\r
17\r
18#ifdef __cplusplus\r
19} // End of extern "C"\r
20#endif\r