1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-21 09:17:52 +00:00

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
+1 -1
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