Skip to content

Commit d869517

Browse files
default width and tab size per the manual
1 parent f684243 commit d869517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/basic.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ TabLoop:
511511
STA FAC1_o ; clear FAC1 overflow byte
512512
STA last_sh ; clear descriptor stack top item pointer high byte
513513

514-
LDA #$08 ; set default tab size
514+
LDA #$0E ; set default tab size to 14
515515
STA TabSiz ; save it
516516

517517
LDA #$03 ; set garbage collect step size for descriptor stack
@@ -7968,7 +7968,7 @@ StrTab:
79687968
.word V_USR ; initial user function vector ("Function call" error)
79697969
.byte $00 ; default NULL count
79707970
.byte $00 ; clear terminal position
7971-
.byte $00 ; default terminal width byte
7971+
.byte $50 ; default terminal width byte
79727972
.byte $F2 ; default limit for TAB = 14
79737973
.word Ram_base ; start of user RAM
79747974
EndTab:

0 commit comments

Comments
 (0)