aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/listamsb.c b/listamsb.c
index 4d3be35..7195443 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -42,9 +42,10 @@
/* there should never be a valid line of BASIC longer than MAX_LINE_LEN
bytes, since there would be no way to enter it in the editor. AMSB
- uses the standard E: device, which limits you to 4 screen lines, or
- max 120 bytes. there *cannot* be a line longer than MAX_LINE_LEN_HARD,
- because AMSB would crash when you try to LOAD such a program. */
+ uses the standard E: device, which limits you to 3 40-column screen
+ lines, or max 120 bytes (after POKE 82,0). there *cannot* be a line
+ longer than MAX_LINE_LEN_HARD, because AMSB would crash when you
+ try to LOAD such a program. */
#define MAX_LINE_LEN 0x80
#define MAX_LINE_LEN_HARD 0xff