From b449ded1764c134ed1a103adf5ec4f5ba1486814 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 9 May 2018 23:56:35 +0000 Subject: [PATCH] Update c64-hi.s --- libsrc/c64/tgi/c64-hi.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2