X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fhw_constants.hh;fp=pc-tools%2Fldc2%2Fsrc%2Fhw_constants.hh;h=4be1bc0e54dcfef870aa8c7aef4022f2dd449daa;hb=fed2c751d37bf5e314fd26c98909471157cc86c0;hp=2ec1c87312f52bf844a3be07586e3c36c5187149;hpb=50c86ded564f01101a88eb741f2a76621b30a02f;p=h316.git diff --git a/pc-tools/ldc2/src/hw_constants.hh b/pc-tools/ldc2/src/hw_constants.hh index 2ec1c87..4be1bc0 100644 --- a/pc-tools/ldc2/src/hw_constants.hh +++ b/pc-tools/ldc2/src/hw_constants.hh @@ -7,9 +7,11 @@ #define MINIMUM_DATA_BLOCK_WORDSIZE 1 /* Block end delimiters */ -#define EOB_LENGTH 1 +#define EOB_LENGTH 2 #define BLOCK_END_DELIMITER_1 0223 -#define BLOCK_END_DELIMITER_2 0223 +//#define BLOCK_END_DELIMITER_2 0223 // ==0x93 +#define BLOCK_END_DELIMITER_2 0xFF + /* End of Tape sequence * If EOT_LENGTH is set to 2, EOT_1 becomes insignificant and so on