X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdis6809.h;h=35ed32d81f16e0ecfcf3becd6cf2efd6034d7693;hb=8ba4c4438d796f83851cd53914dff928193ed658;hp=04d2e6c306bc899932141aa42d48027674c6c89a;hpb=757714edd1100cfbe4dd5c46e4eff480ee25dd3d;p=thunder diff --git a/src/dis6809.h b/src/dis6809.h index 04d2e6c..35ed32d 100644 --- a/src/dis6809.h +++ b/src/dis6809.h @@ -1,17 +1,14 @@ // // DIS6809.H // -// by James L. Hammons -// (C) 2004 Underground Software +// by James Hammons +// (C) 2004, 2014 Underground Software // - #ifndef __DIS6809_H__ #define __DIS6809_H__ -//#include "types.h" #include "v6809.h" -//int Decode6809(uint16); int Decode6809(V6809REGS); #endif // __DIS6809_H__