]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.cpp
Changed types.h to use standard C99 types, misc. cleanups
[apple2] / src / dis65c02.cpp
index aa3981af2da9674f9c62f9cb44f454454fbc66bc..f8052e2b72ee4334a14ce4b75e94a941b5165750 100755 (executable)
@@ -5,10 +5,10 @@
 // (c) 2005 Underground Software
 //
 
+#include "dis65c02.h"
+
 #include <stdio.h>
 #include <string>
-#include "dis65c02.h"
-//#include "types.h"
 #include "v65c02.h"
 #include "log.h"
 
@@ -16,7 +16,7 @@ using namespace std;
 
 // External shit
 
-extern V65C02REGS mainCPU;//Hm. Shouldn't we pass this shit in?
+extern V65C02REGS mainCPU;//Hm. Shouldn't we pass this shit in? ANSWER: YES. !!! FIX !!!
 
 // Private globals variables