mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-20 21:30:03 +00:00
second: speed up fake bios
applewin hiding slowdown because disk motor was on
This commit is contained in:
parent
b142019500
commit
e6a622a500
@ -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)
|
||||
|
||||
|
||||
;==============================
|
||||
|
Loading…
x
Reference in New Issue
Block a user