Update c64-hi.s

This commit is contained in:
Stefan
2018-05-09 23:56:35 +00:00
committed by GitHub
parent b81a04f157
commit b449ded176

View File

@@ -272,7 +272,7 @@ CLEAR: ldy #$00
sta VBASE+$1C00,y
sta VBASE+$1D00,y
sta VBASE+$1E00,y
sta VBASE+$1F40,y ; preserve vectors
sta VBASE+$1E40,y ; preserve vectors
iny
bne @L1
rts