From 8ac057d20d892ef245048a6cb3885a299695eac3 Mon Sep 17 00:00:00 2001 From: MockbaTheBorg Date: Mon, 13 May 2024 10:50:45 -0400 Subject: [PATCH] sFlag doesn't apply to regular CCPs --- RunCPM/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunCPM/main.c b/RunCPM/main.c index 9a33a09..9df4db3 100644 --- a/RunCPM/main.c +++ b/RunCPM/main.c @@ -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;