]> git.sur5r.net Git - cc65/commitdiff
Cleaning 390/head
authorjede <jede@oric.org>
Sat, 25 Feb 2017 21:23:46 +0000 (22:23 +0100)
committerjede <jede@oric.org>
Sat, 25 Feb 2017 21:23:46 +0000 (22:23 +0100)
libsrc/telestrat/clrscr.s
libsrc/telestrat/gotoxy.s
libsrc/telestrat/gotoy.s
libsrc/telestrat/wherex.s
libsrc/telestrat/wherey.s

index 891c4162dbc46421736256d98a0f2628506da044..f2b8fafc16e8f41a3a2b1bb191395ec1e17adc20 100644 (file)
@@ -10,7 +10,7 @@
 
 .proc _clrscr
     lda     #<SCREEN
-       ldy     #>SCREEN
+    ldy     #>SCREEN
     sta     RES
     sty     RES+1
 
     BRK_TELEMON XFILLM
        
        
-       ; reset prompt position
+    ; reset prompt position
     lda     #<(SCREEN+40)
     sta     ADSCRL
     lda     #>(SCREEN+40)
     sta     ADSCRH
        
-       ; reset display position
-       lda     #$01
+    ; reset display position
+    lda     #$01
     sta     SCRY
     lda     #$00
     sta     SCRX       
index 7aa83b71d149c69c1f9179805a4a31c1e8404336..e0c8154e350ce97141328b3cea85c006dc5fccef 100644 (file)
@@ -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
index d71570f108fd2b9a5107447647b3d6ed622de81a..ed7101c802437ae6304fc3f8bf39b5fcb1d86f67 100644 (file)
@@ -7,7 +7,6 @@
 
     .include   "telestrat.inc"
 
-
 .proc _gotoy
    sta     SCRY
    rts
index 6d9587ba80cf0c136b21584a0e1fcfa38cf08dfe..0dd5139e131b998b9a7e615746acfcf0e3133cd0 100644 (file)
@@ -7,7 +7,6 @@
 
     .include   "telestrat.inc"
 
-
 .proc _wherex
     ldx    #$00
     lda    SCRX
index e211ed5b995dbacb23f3cb401174b3db5c4d634b..4958f10cf3cd63446a30a6aa54e5bd2b9941e165 100644 (file)
@@ -7,7 +7,6 @@
 
     .include   "telestrat.inc"
 
-
 .proc _wherey
     ldx    #$00
     lda    SCRY