]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/jaguar.h
No longer needed (use dos2unix or unix2dos! ;-)
[virtualjaguar] / src / include / jaguar.h
index d3d69047fc198fbd6e1967be1e628dfd0163f7cd..c0fb46f2a29e5ab84c47e07d161e4c728e3d5218 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __JAGUAR_H__
 #define __JAGUAR_H__
 
+#include <string.h>    // Why??? (for memset, etc... Lazy!) Dunno why, but this just strikes me as wrong...
 #include "types.h"
 #include "log.h"
 #include "version.h"
@@ -25,7 +26,7 @@
 // Exports from JAGUAR.CPP
 
 extern int32 jaguar_cpu_in_exec;
-extern uint32 jaguar_mainRom_crc32;
+extern uint32 jaguar_mainRom_crc32, jaguarRomSize, jaguarRunAddress;
 extern char * jaguar_eeproms_path;
 extern char * whoName[9];