X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FDisa.h;h=5b9072dfbdde74d3e5d27a5d38dfc4811628b0e4;hb=4abeeb4b72b7e6ea05cfca35cdba408aa1cae584;hp=af10eb5d0a94281eba73ea29f0558647ef77954d;hpb=6003a768db2b013216715ea60692ddae35524d44;p=cyclone68000.git diff --git a/Pico/Disa.h b/Pico/Disa.h index af10eb5..5b9072d 100644 --- a/Pico/Disa.h +++ b/Pico/Disa.h @@ -1,11 +1,22 @@ -// Dave's Disa 68000 Disassembler +// This file is part of the PicoDrive Megadrive Emulator + +// This code is licensed under the GNU General Public License version 2.0 and the MAME License. +// You can choose the license that has the most advantages for you. + +// SVN repository can be found at http://code.google.com/p/cyclone68000/ + +// Disa 68000 Disassembler #ifdef __cplusplus extern "C" { #endif +#if defined(__GNUC__) || defined(_WIN32_WCE) #define CPU_CALL +#else +#define CPU_CALL __fastcall +#endif extern unsigned int DisaPc; extern char *DisaText; // Text buffer to write in