From: Stefan Date: Wed, 9 May 2018 23:56:35 +0000 (+0000) Subject: Update c64-hi.s X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b449ded1764c134ed1a103adf5ec4f5ba1486814;p=cc65 Update c64-hi.s --- diff --git a/libsrc/c64/tgi/c64-hi.s b/libsrc/c64/tgi/c64-hi.s index ad453fd5a..e2c3bca9f 100644 --- a/libsrc/c64/tgi/c64-hi.s +++ b/libsrc/c64/tgi/c64-hi.s @@ -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