Faster disk io

This commit is contained in:
tudnai 2020-06-09 00:22:33 -07:00
parent a73fb79792
commit 145ee55a4d
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ uint8_t woz_read() {
clkBeforeSync += clkelpased;
const int clkBeforeAdjusting = 512;
const int magicShiftOffset = 80;
const int magicShiftOffset = 50;
uint16_t usedBytes = woz_trks[track].bytes_used < WOZ_TRACK_BYTE_COUNT ? woz_trks[track].bytes_used : WOZ_TRACK_BYTE_COUNT;
if ( usedBytes ) {