From a7e32d62d4e3ef7b481f952d4d910b38d8ed237f Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sun, 31 Oct 2021 15:59:47 -0700 Subject: [PATCH] BUHBYE: Use 80-col save HTAB, for better compat --- selectors/buhbye.system.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selectors/buhbye.system.s b/selectors/buhbye.system.s index 301bbb6..139df03 100644 --- a/selectors/buhbye.system.s +++ b/selectors/buhbye.system.s @@ -324,7 +324,7 @@ close_dir: ;; Print help text lda #20 ; HTAB 20 - sta CH + sta COL80HPOS ldy #(help_string - text_resources) jsr cout_string