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