From 1273e8dd6bdcf91fcaefd6324a9e6778276542eb Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 8 Jan 2018 12:09:43 -0800 Subject: [PATCH] another softswitch, another byte --- src/a2fc.system.a | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/a2fc.system.a b/src/a2fc.system.a index 57d11b7..c2769bf 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 $00f8,x + sta $00f7,x dex bpl - txs @@ -53,9 +53,9 @@ Start + jmp MLI ; exit via MLI (stack is arranged to execute Open MLI call) CodeStart -!pseudopc $f8 { +!pseudopc $f7 { softswitches - !byte $50,$52,$54,$57,$0d + !byte $50,$52,$54,$57,$0d,$5e mliParamForClose !byte kMLICloseCount @@ -85,7 +85,7 @@ Open jsr Read ; read second half of graphic (stays in main memory) ; does not return if error ;DHGRShow - lda $C05E ; DHGR mode + inx - ldy softswitches,x sta $c000,y ; enable graphics display dex