mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
parent
334e30c407
commit
cdce753a09
@ -131,7 +131,7 @@ VBASE := $E000 ; Video memory base address
|
|||||||
;
|
;
|
||||||
|
|
||||||
INSTALL:
|
INSTALL:
|
||||||
rts
|
; rts ; fall through
|
||||||
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
@ -272,9 +272,12 @@ CLEAR: ldy #$00
|
|||||||
sta VBASE+$1C00,y
|
sta VBASE+$1C00,y
|
||||||
sta VBASE+$1D00,y
|
sta VBASE+$1D00,y
|
||||||
sta VBASE+$1E00,y
|
sta VBASE+$1E00,y
|
||||||
sta VBASE+$1F00,y
|
|
||||||
iny
|
iny
|
||||||
bne @L1
|
bne @L1
|
||||||
|
@L2: sta VBASE+$1F00,y
|
||||||
|
iny
|
||||||
|
cpy #$40
|
||||||
|
bne @L2
|
||||||
rts
|
rts
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
@ -285,7 +288,7 @@ CLEAR: ldy #$00
|
|||||||
;
|
;
|
||||||
|
|
||||||
SETVIEWPAGE:
|
SETVIEWPAGE:
|
||||||
rts
|
; rts ; fall through
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; SETDRAWPAGE: Set the drawable page. Called with the new page in A (0..n).
|
; SETDRAWPAGE: Set the drawable page. Called with the new page in A (0..n).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user