X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdis6808.h;h=0e3934a6d211b162eab6b3a6707c861f0d9dc3a3;hb=2fe4f4d3720583b59e0412d2a0cb72109db78573;hp=3f77e13707dbec385c25462673167d87484a8b63;hpb=757714edd1100cfbe4dd5c46e4eff480ee25dd3d;p=thunder diff --git a/src/dis6808.h b/src/dis6808.h index 3f77e13..0e3934a 100644 --- a/src/dis6808.h +++ b/src/dis6808.h @@ -1,15 +1,15 @@ // -// DIS6809.H +// DIS6808.H // -// by James L. Hammons -// (C) 2004 Underground Software +// by James Hammons +// (C) 2004, 2014 Underground Software // -#ifndef __DIS6809_H__ -#define __DIS6809_H__ +#ifndef __DIS6808_H__ +#define __DIS6808_H__ -#include "types.h" +#include -int Decode6808(uint16 pc); +int Decode6808(uint16_t pc); -#endif // __DIS6809_H__ +#endif // __DIS6808_H__