]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Conversion of V65C02 to pointers, misc. whitespace cleanups.
[apple2] / src / dis65c02.h
index fc1e4ac4c0e3e706575d0df49ad9e5537288aee1..5efda23c5d0b3cd0af35eb5abb0d0dd0b7dd5e2b 100644 (file)
@@ -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__