mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-11-12 19:04:52 +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`
|
;; Restore what was originally at `RTC_BUF`
|
||||||
|
;; And fix //c+ cache while we're ad it!
|
||||||
|
|
||||||
ldx #0
|
ldx #0
|
||||||
: pla
|
: pla
|
||||||
sta RTC_BUF,x
|
sta RTC_BUF,x
|
||||||
|
lda $F8F0,x ; clear cache of $D8F0-D901
|
||||||
inx
|
inx
|
||||||
cpx #RamStubEnd-RamStub+7+1
|
cpx #RamStubEnd-RamStub+7+1
|
||||||
bne :-
|
bne :-
|
||||||
|
Loading…
Reference in New Issue
Block a user