X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdis65c02.h;h=5efda23c5d0b3cd0af35eb5abb0d0dd0b7dd5e2b;hb=695e6c22a404fc7e4141a5c8e5ceda10d48c7fd3;hp=16bb8051b9bf4ade4900d8601e9ad262ad990add;hpb=eeb2935c12ef41a63049126748c2574b324403a5;p=apple2 diff --git a/src/dis65c02.h b/src/dis65c02.h old mode 100755 new mode 100644 index 16bb805..5efda23 --- a/src/dis65c02.h +++ b/src/dis65c02.h @@ -1,15 +1,17 @@ -// -// DIS65C02.H -// -// by James L. Hammons -// (C) 2004 Underground Software -// - -#ifndef __DIS65C02_H__ -#define __DIS65C02_H__ - -#include "types.h" - -int Decode65C02(uint16 pc); - -#endif // __DIS65C02_H__ +// +// DIS65C02.H +// +// by James Hammons +// (C) 2004-2018 Underground Software +// + +#ifndef __DIS65C02_H__ +#define __DIS65C02_H__ + +#include +#include "v65c02.h" + +int Decode65C02(V65C02REGS *, char * outbuf, uint16_t pc); + +#endif // __DIS65C02_H__ +