second: speed up fake bios

applewin hiding slowdown because disk motor was on
This commit is contained in:
Vince Weaver 2023-11-04 01:31:23 -04:00
parent b142019500
commit e6a622a500
1 changed files with 3 additions and 3 deletions

View File

@ -277,14 +277,14 @@ done_memcount:
bit KEYRESET ; clear the keyboard buffer
bit $C0E9 ; turn on drive motor (slot6)
; bit $C0E9 ; turn on drive motor (slot6)
; TODO: drive2 as well?
ldx #200
ldx #35
jsr long_wait
bit $C0E8 ; turn off drive motor (slot6)
; bit $C0E8 ; turn off drive motor (slot6)
;==============================