From 4c88e4f8b4a00b63c48ee99a21e3644ca826bd5b Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Thu, 9 Oct 2025 19:44:01 -0700 Subject: [PATCH] more --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f2fb1522c..0e34e1b8c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ NEXT VERSION + - Some extra code in shell processing was preventing drive change commands + if the last character was a backslash i.e. "a:\" instead of "a:". + Fixed. (joncampbell123). - INT 21h AH=4Bh EXEC: Real MS-DOS returns a nonzero value like 0x3E01. A buggy version of Magic Pockets fails to call INT 21 AH=4Dh to read the INTRO.EXE exit code and expects AL to just be nonzero to continue