1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
; ------------------------------------------------------------------------