mirror of
https://github.com/trudnai/Steve2.git
synced 2025-03-10 17:38:15 +00:00
Faster disk io
This commit is contained in:
parent
a73fb79792
commit
145ee55a4d
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user