1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

Update c64-hi.s

This commit is contained in:
Stefan
2018-05-09 23:52:52 +00:00
committed by GitHub
parent cdce753a09
commit b81a04f157
+1 -4
View File
@@ -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
; ------------------------------------------------------------------------