Fix scrptr offsets on zeropage fault
This commit is contained in:
parent
be35e0319a
commit
8647f77cc9
1 changed files with 3 additions and 3 deletions
|
@ -81,11 +81,11 @@ zeroloop00:
|
|||
sty scrptr+2
|
||||
sta scrptr+3
|
||||
lda $00,Y
|
||||
sta scrptr+3
|
||||
sta scrptr+4
|
||||
ldx #"Z"
|
||||
stx scrptr+4
|
||||
ldx #"F"
|
||||
stx scrptr+5
|
||||
ldx #"F"
|
||||
stx scrptr+6
|
||||
jmp done
|
||||
zerook00:
|
||||
iny
|
||||
|
|
Loading…
Reference in a new issue