mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-03-04 18:33:28 +00:00
IRQBRKHDLR: Add LDA #$80, TSB $C036 to set GS to fast mode.
This commit is contained in:
parent
0a2b891b7c
commit
5481da53f3
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -562,6 +562,8 @@ IRQBRKHDLR PHA
|
|||||||
STA $45 ; $45=A for ProDOS IRQ handlers
|
STA $45 ; $45=A for ProDOS IRQ handlers
|
||||||
BPL :S1 ; If aux write wasn't active, skip
|
BPL :S1 ; If aux write wasn't active, skip
|
||||||
STA $C005 ; Write to aux memory
|
STA $C005 ; Write to aux memory
|
||||||
|
LDA #$80
|
||||||
|
TSB $C036 ; For GS: Enable 'fast' speed
|
||||||
:S1 TXA
|
:S1 TXA
|
||||||
PHA
|
PHA
|
||||||
CLD
|
CLD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user