From 988a14bf42e70ada9bc86c20ecce723c5c476afe Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sat, 29 May 2021 22:50:19 -0400 Subject: [PATCH] Added workaround to NSCUTIL.S for Ultrawarp accel --- BIN/NSCUTIL.S.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BIN/NSCUTIL.S.txt b/BIN/NSCUTIL.S.txt index 1cb84349..891e295f 100644 --- a/BIN/NSCUTIL.S.txt +++ b/BIN/NSCUTIL.S.txt @@ -1,3 +1,5 @@ + + NEW AUTO 3,1 .LIST OFF @@ -48,7 +50,8 @@ CS.RUN ldy #S.PS.ARGC cmp #1 bcs CS.RUN.SET -CS.RUN.READ jsr NSC.Init +CS.RUN.READ lda $c00b + jsr NSC.Init jsr NSC.Read ldx #7 @@ -147,6 +150,7 @@ CS.QUIT clc *-------------------------------------- NSC.Init php sei + lda $C00B lda $CFFF pha ldx #7