mirror of
https://github.com/trudnai/Steve2.git
synced 2025-03-11 09:32:09 +00:00
Faster disk io
This commit is contained in:
parent
a73fb79792
commit
145ee55a4d
@ -378,7 +378,7 @@ uint8_t woz_read() {
|
|||||||
clkBeforeSync += clkelpased;
|
clkBeforeSync += clkelpased;
|
||||||
|
|
||||||
const int clkBeforeAdjusting = 512;
|
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;
|
uint16_t usedBytes = woz_trks[track].bytes_used < WOZ_TRACK_BYTE_COUNT ? woz_trks[track].bytes_used : WOZ_TRACK_BYTE_COUNT;
|
||||||
if ( usedBytes ) {
|
if ( usedBytes ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user