]> 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 08e1ad1ac6e140e9095710b833518c3b88642291..fc1e4ac4c0e3e706575d0df49ad9e5537288aee1 100755 (executable)
@@ -1,7 +1,7 @@
 //
 // DIS65C02.H
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2004 Underground Software
 //
 
@@ -10,6 +10,7 @@
 
 #include <stdint.h>
 
-int Decode65C02(uint16_t pc);
+int Decode65C02(char * outbuf, uint16_t pc);
 
 #endif // __DIS65C02_H__
+