X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdis65c02.h;h=5efda23c5d0b3cd0af35eb5abb0d0dd0b7dd5e2b;hb=HEAD;hp=08e1ad1ac6e140e9095710b833518c3b88642291;hpb=c0bc82a6324c65aefd62cc3eb33c09a14db638bf;p=apple2 diff --git a/src/dis65c02.h b/src/dis65c02.h old mode 100755 new mode 100644 index 08e1ad1..5efda23 --- a/src/dis65c02.h +++ b/src/dis65c02.h @@ -1,15 +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 +#include "v65c02.h" -int Decode65C02(uint16_t pc); +int Decode65C02(V65C02REGS *, char * outbuf, uint16_t pc); #endif // __DIS65C02_H__ +