1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

Update to use correct encoded sector length

This commit is contained in:
Peter Evans 2018-02-18 23:46:18 -06:00
parent 00854e74b9
commit c89e855559

View File

@ -34,10 +34,10 @@
#define ENC_DTRACK 0x1000
/*
* An encoded sector is 382 bytes long, and is comprised of a sector
* An encoded sector is 396 bytes long, and is comprised of a sector
* header plus padding bytes both before _and_ after the data field.
*/
#define ENC_ESECTOR 0x17e
#define ENC_ESECTOR 0x18c
/*
* An encoded track contains 16 sectors, as mentioned for ENC_DTRACK.