changed "spc" to "c_sp"

This commit is contained in:
Gorilla Sapiens
2025-06-04 06:37:59 +00:00
parent 3d118dc6e5
commit b6f42f9ab2
204 changed files with 913 additions and 909 deletions

View File

@@ -8,7 +8,7 @@
.include "tgi-kernel.inc"
.import addysp1
.importzp spc
.importzp c_sp
.proc _tgi_outtextxy
@@ -17,16 +17,16 @@
pha ;
ldy #0
lda (spc),y
lda (c_sp),y
sta _tgi_cury
iny
lda (spc),y
lda (c_sp),y
sta _tgi_cury+1
iny
lda (spc),y
lda (c_sp),y
sta _tgi_curx
iny
lda (spc),y
lda (c_sp),y
sta _tgi_curx+1
pla
jsr addysp1 ; Drop arguments from stack