mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
Update c64-hi.s
This commit is contained in:
parent
cdce753a09
commit
b81a04f157
@ -272,12 +272,9 @@ CLEAR: ldy #$00
|
||||
sta VBASE+$1C00,y
|
||||
sta VBASE+$1D00,y
|
||||
sta VBASE+$1E00,y
|
||||
sta VBASE+$1F40,y ; preserve vectors
|
||||
iny
|
||||
bne @L1
|
||||
@L2: sta VBASE+$1F00,y
|
||||
iny
|
||||
cpy #$40
|
||||
bne @L2
|
||||
rts
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user