mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-31 23:30:45 +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
|
||||
BPL :S1 ; If aux write wasn't active, skip
|
||||
STA $C005 ; Write to aux memory
|
||||
LDA #$80
|
||||
TSB $C036 ; For GS: Enable 'fast' speed
|
||||
:S1 TXA
|
||||
PHA
|
||||
CLD
|
||||
|
Loading…
x
Reference in New Issue
Block a user