]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Docs were missing GPLv3. Thanks to schampailler for the heads up. :-)
[apple2] / src / dis65c02.h
old mode 100755 (executable)
new mode 100644 (file)
index ab6ba2d..5efda23
@@ -1,16 +1,17 @@
 //
 // DIS65C02.H
 //
-// by James L. Hammons
-// (C) 2004 Underground Software
+// by James Hammons
+// (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__