From f74c431d6bc3e7ebbd8a40e8b76c2005fad9e2fb Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Mon, 31 Aug 2020 00:11:24 +0200 Subject: [PATCH] Remove KeyRep setting that doesn't exist on X16 --- 6502/C64/src/vf-sys-x16.fth | 1 - 1 file changed, 1 deletion(-) diff --git a/6502/C64/src/vf-sys-x16.fth b/6502/C64/src/vf-sys-x16.fth index 882b84d..9b65eb3 100644 --- a/6502/C64/src/vf-sys-x16.fth +++ b/6502/C64/src/vf-sys-x16.fth @@ -141,7 +141,6 @@ Label first-init ink-pot lda BrdCol sta \ border ink-pot 1+ lda BkgCol sta \ backgrnd ink-pot 2+ lda PenCol sta \ pen -$80 # lda KeyRep sta \ repeat all keys $17 # lda $D018 sta \ low/upp + 0 # lda $D01A sta \ VIC-IRQ off $1B # lda $D011 sta \ Textmode on