]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Fixed misc. bugs preventing certain games from working, added pause mode.
[apple2] / src / dis65c02.h
index 484910786bc876b9be993644ca031987c7fb876b..ab6ba2d691f1be82572a26d5b3e8c28264a5cd73 100755 (executable)
@@ -8,8 +8,9 @@
 #ifndef __DIS65C02_H__
 #define __DIS65C02_H__
 
-#include "types.h"
+#include <stdint.h>
 
-int Decode65C02(uint16 pc);
+int Decode65C02(char * outbuf, uint16_t pc);
 
 #endif // __DIS65C02_H__
+