X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjaguar.h;fp=src%2Fjaguar.h;h=ecd7197939b0abfd4e142d748a5cac312200aa53;hb=6c19e4098a43c47f8cd1824902f7335e124b834f;hp=e1358b9c21bc03d7eb3a3860fd8a1d647da969b8;hpb=7c6cd30da93c3fefde7fe189e3a0aa4a26be972d;p=virtualjaguar diff --git a/src/jaguar.h b/src/jaguar.h index e1358b9..ecd7197 100644 --- a/src/jaguar.h +++ b/src/jaguar.h @@ -1,6 +1,9 @@ #ifndef __JAGUAR_H__ #define __JAGUAR_H__ +#include "types.h" + +#if 0 #include // Why??? (for memset, etc... Lazy!) Dunno why, but this just strikes me as wrong... #include // For exit() #include "types.h" @@ -15,21 +18,19 @@ #include "objectp.h" #include "blitter.h" #include "clock.h" -//#include "anajoy.h" #include "joystick.h" #include "dac.h" #include "jagdasm.h" #include "cdrom.h" #include "eeprom.h" -//#include "cdi.h" -//#include "cdbios.h" +#endif // Exports from JAGUAR.CPP extern int32 jaguar_cpu_in_exec; extern uint32 jaguar_mainRom_crc32, jaguarRomSize, jaguarRunAddress; extern char * jaguar_eeproms_path; -extern char * whoName[9]; +extern const char * whoName[9]; void jaguar_init(void); void jaguar_reset(void);