X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fsilent_code.hh;fp=pc-tools%2Fldc2%2Fsrc%2Fsilent_code.hh;h=42126557790eddbc9336a62ad0690e1757a49654;hb=97b26985c0190e2fded0f098819a23e892b381f0;hp=0000000000000000000000000000000000000000;hpb=70896a91a15781c49bce37b0101466c83c51dd24;p=h316.git diff --git a/pc-tools/ldc2/src/silent_code.hh b/pc-tools/ldc2/src/silent_code.hh new file mode 100644 index 0000000..4212655 --- /dev/null +++ b/pc-tools/ldc2/src/silent_code.hh @@ -0,0 +1,15 @@ +#ifndef SILENT_CODE_H +#define SILENT_CODE_H + +/*! + *\brief Demangle silent code frames to 6 bit frames + */ +extern unsigned char silent_demangle(unsigned char in); + +/*! + * Combine three mangled paper tape frames into + * one 16 bit machine word + */ +extern unsigned short combine466(unsigned char* in); + +#endif