From aba91066dbbe91d3cc8d3b680114aca706d3e5d5 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 8 Jan 2018 10:57:16 -0500 Subject: [PATCH] . --- src/a2fc.system.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/a2fc.system.a b/src/a2fc.system.a index 3c1cab9..ea4d3da 100644 --- a/src/a2fc.system.a +++ b/src/a2fc.system.a @@ -40,7 +40,7 @@ inputfilebuffer Start ldx #(CodeEnd-CodeStart)-1; copy code to lower memory so we can load graphic at $2000 - lda CodeStart,x - sta $00fe,x + sta $00fe,x dex bpl - txs