diff options
-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 */ |