Skip to content

Commit

Permalink
Merge pull request #214 from eduardocasino/sys-util
Browse files Browse the repository at this point in the history
Critical sys.com error and add sys.com to BIG_APPS
  • Loading branch information
davidgiven authored Jan 16, 2025
2 parents f52b055 + 4083258 commit 039c3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#define SYSTEM_FILES 2
const char sys_files[SYSTEM_FILES][11] = {
"BDOS SYS",
"CCP SYS"
"CCP SYS",
"BDOS SYS"
};

DPH* dph;
Expand Down
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"0:atbasic.txt": "cpmfs+atbasic_txt_cpm",
"0:objdump.com": "apps+objdump",
"0:mkfs.com": "apps+mkfs",
"0:sys.com": "apps+sys",
}

BIG_APPS_SRCS = {}
Expand Down

0 comments on commit 039c3a3

Please sign in to comment.