Cleaning
This commit is contained in:
@@ -5,11 +5,10 @@
|
|||||||
|
|
||||||
.import popa
|
.import popa
|
||||||
|
|
||||||
.importzp sp,tmp2,tmp3,tmp1
|
.importzp sp
|
||||||
|
|
||||||
.include "telestrat.inc"
|
.include "telestrat.inc"
|
||||||
|
|
||||||
|
|
||||||
.proc _gotoxy
|
.proc _gotoxy
|
||||||
; This function move only cursor for display, it does not move the prompt position
|
; This function move only cursor for display, it does not move the prompt position
|
||||||
; in telemon, there is position for prompt, and another for the cursor
|
; in telemon, there is position for prompt, and another for the cursor
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
.include "telestrat.inc"
|
.include "telestrat.inc"
|
||||||
|
|
||||||
|
|
||||||
.proc _gotoy
|
.proc _gotoy
|
||||||
sta SCRY
|
sta SCRY
|
||||||
rts
|
rts
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
.include "telestrat.inc"
|
.include "telestrat.inc"
|
||||||
|
|
||||||
|
|
||||||
.proc _wherex
|
.proc _wherex
|
||||||
ldx #$00
|
ldx #$00
|
||||||
lda SCRX
|
lda SCRX
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
.include "telestrat.inc"
|
.include "telestrat.inc"
|
||||||
|
|
||||||
|
|
||||||
.proc _wherey
|
.proc _wherey
|
||||||
ldx #$00
|
ldx #$00
|
||||||
lda SCRY
|
lda SCRY
|
||||||
|
|||||||
Reference in New Issue
Block a user