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