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

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