mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-11-08 08:05:45 +00:00
ROMX: Fix for IIc+ cache issue
c/o Jeff Mazur
This commit is contained in:
parent
92405b500e
commit
10e29ecc0e
@ -266,10 +266,12 @@ bufloop:
|
||||
|
||||
;; --------------------------------------------------
|
||||
;; Restore what was originally at `RTC_BUF`
|
||||
;; And fix //c+ cache while we're ad it!
|
||||
|
||||
ldx #0
|
||||
: pla
|
||||
sta RTC_BUF,x
|
||||
lda $F8F0,x ; clear cache of $D8F0-D901
|
||||
inx
|
||||
cpx #RamStubEnd-RamStub+7+1
|
||||
bne :-
|
||||
|
Loading…
Reference in New Issue
Block a user