mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-01-27 23:29:56 +00:00
comment out unused code
This commit is contained in:
parent
e1f2525c79
commit
6e784863a8
@ -283,12 +283,12 @@ nibErr denibblizeTrack(const uint8_t input[NIBTRACKSIZE], uint8_t rawTrackBuffer
|
|||||||
|
|
||||||
// loop through the data twice, so we make sure we read anything
|
// loop through the data twice, so we make sure we read anything
|
||||||
// that crosses the end/start boundary
|
// that crosses the end/start boundary
|
||||||
uint16_t startOfSector;
|
// uint16_t startOfSector;
|
||||||
for (uint16_t i=0; i<2*416*16; i++) {
|
for (uint16_t i=0; i<2*416*16; i++) {
|
||||||
// Find the prolog
|
// Find the prolog
|
||||||
if (input[i % NIBTRACKSIZE] != 0xD5)
|
if (input[i % NIBTRACKSIZE] != 0xD5)
|
||||||
continue;
|
continue;
|
||||||
startOfSector = i;
|
// startOfSector = i;
|
||||||
i++;
|
i++;
|
||||||
if (input[i % NIBTRACKSIZE] != 0xAA)
|
if (input[i % NIBTRACKSIZE] != 0xAA)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user