Added workaround to NSCUTIL.S for Ultrawarp accel

This commit is contained in:
Bobbi Webber-Manners 2021-05-29 22:50:19 -04:00
parent f5596f49f4
commit 988a14bf42
1 changed files with 5 additions and 1 deletions

View File

@ -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