Some minor (style) fixes.

This commit is contained in:
Oliver Schmidt
2017-06-02 18:55:27 +02:00
parent 22d6ff26c2
commit 70f6f06e0f
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ SRE .res 1 ; last line number
; bit 0 = reverse
; bit 1 = bold
; bit 2 = underline
Font: .res 1
Font .res 1
; --- line drawing ---
; contains four bits
@@ -107,7 +107,7 @@ Font: .res 1
; bit 1 = G1 is iine drawing
; bit 6 = do line drawing
; bit 7 = G1 is invoked
Draw: .res 1
Draw .res 1
; --- crsr save area ---
; here is crsr info saved with ESC 7
+3 -1
View File
@@ -209,7 +209,7 @@ ABack .res 1
; bit 1 = G1 is iine drawing
; bit 6 = do line drawing
; bit 7 = G1 is invoked
Draw: .res 1
Draw .res 1
; --- crsr save area ---
; here is crsr info saved with ESC 7
@@ -1802,8 +1802,10 @@ InitVar lda #$00
sta EBufL
sta SRS
sta Font
sta Draw
sta SaveF
sta SaveR
sta SaveD
sta SaveRow
sta SaveCol
sta lbPending