mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-14 20:37:30 +00:00
Update hgr1test.pla
avoid possibly redundant write to WINT
This commit is contained in:
parent
9c62ab06a0
commit
ce6786215a
@ -104,11 +104,9 @@ PIX = $83
|
||||
LDA ESTKH+1,X
|
||||
ADC WFIXH
|
||||
STA WFIXH
|
||||
LDA #$00
|
||||
ADC WINT
|
||||
STA WINT
|
||||
BNE -
|
||||
BEQ -
|
||||
BCC -
|
||||
INC WINT
|
||||
BCS -
|
||||
++ INX
|
||||
RTS
|
||||
end
|
||||
@ -124,4 +122,4 @@ draw_ground(page1)
|
||||
getc
|
||||
^showpage1
|
||||
^showtext
|
||||
done
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user