mirror of
https://github.com/A2osX/A2osX.git
synced 2026-04-22 04:17:26 +00:00
Added workaround to NSCUTIL.S for Ultrawarp accel
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user