Skip to content

Commit

Permalink
sFlag doesn't apply to regular CCPs
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed May 13, 2024
1 parent d6f2015 commit 8ac057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunCPM/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int main(int argc, char* argv[]) {

// Loads an autoexec file if it exists and this is the first boot
// The file contents are loaded at ccpAddr+8 up to 126 bytes then the size loaded is stored at ccpAddr+7
if (firstBoot an not sFlag) {
if (firstBoot) {
uint8 dmabuf[128];
uint8 bytesread;
uint16 cmd = CCPaddr + 7;
Expand Down

0 comments on commit 8ac057d

Please sign in to comment.