]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Created new MMU based code for R/W handling. Should be much faster now.
[apple2] / src / dis65c02.h
index 484910786bc876b9be993644ca031987c7fb876b..fc1e4ac4c0e3e706575d0df49ad9e5537288aee1 100755 (executable)
@@ -1,15 +1,16 @@
 //
 // DIS65C02.H
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2004 Underground Software
 //
 
 #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__
+