diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:36:32 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:36:32 -0400 |
commit | d0d6603bb1a5ca630277182a2860254d5fa00157 (patch) | |
tree | fc963745786872480c874fe2995448f45e26284b | |
parent | 5c791b4155162f74413b9e49464d24f830c68c6c (diff) | |
download | bw-atari8-tools-d0d6603bb1a5ca630277182a2860254d5fa00157.tar.gz |
listbas: fix END token in disk int basic.
-rw-r--r-- | int_disk_tokens.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/int_disk_tokens.c b/int_disk_tokens.c index 9e15534..3ea0f77 100644 --- a/int_disk_tokens.c +++ b/int_disk_tokens.c @@ -20,7 +20,7 @@ const char *int_disk_cmds[] = { "CLR", /* $12 */ "VBLANKWAIT", /* $13 */ "DIM", /* $14 */ - "", /* $15 */ + "END", /* $15 */ "NEW", /* $16 */ "OPEN", /* $17 */ "LOAD", /* $18 */ |