mirror of
https://github.com/cc65/cc65.git
synced 2025-01-23 13:30:01 +00:00
Cleaning
This commit is contained in:
parent
7bc3bff83f
commit
b0e035ba2b
@ -5,11 +5,10 @@
|
||||
|
||||
.import popa
|
||||
|
||||
.importzp sp,tmp2,tmp3,tmp1
|
||||
.importzp sp
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _gotoxy
|
||||
; 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
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _gotoy
|
||||
sta SCRY
|
||||
rts
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _wherex
|
||||
ldx #$00
|
||||
lda SCRX
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _wherey
|
||||
ldx #$00
|
||||
lda SCRY
|
||||
|
Loading…
x
Reference in New Issue
Block a user