]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Miscellaneous bugfixes.
[apple2] / src / dis65c02.h
old mode 100755 (executable)
new mode 100644 (file)
index fc1e4ac..5efda23
@@ -2,15 +2,16 @@
 // DIS65C02.H
 //
 // by James Hammons
-// (C) 2004 Underground Software
+// (C) 2004-2018 Underground Software
 //
 
 #ifndef __DIS65C02_H__
 #define __DIS65C02_H__
 
 #include <stdint.h>
+#include "v65c02.h"
 
-int Decode65C02(char * outbuf, uint16_t pc);
+int Decode65C02(V65C02REGS *, char * outbuf, uint16_t pc);
 
 #endif // __DIS65C02_H__