From b81a04f157975ac117866473f5cecdf7d6015801 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 9 May 2018 23:52:52 +0000 Subject: [PATCH] Update c64-hi.s --- libsrc/c64/tgi/c64-hi.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ; ------------------------------------------------------------------------ -- 2.39.5