X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdis6809.h;h=35ed32d81f16e0ecfcf3becd6cf2efd6034d7693;hb=637d07e46cc5104e76a428be3e8f27f85c8e1d63;hp=04d2e6c306bc899932141aa42d48027674c6c89a;hpb=1c58629b5fa5b89dd3982991efa15decde7dc823;p=thunder diff --git a/src/dis6809.h b/src/dis6809.h old mode 100755 new mode 100644 index 04d2e6c..35ed32d --- 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__