mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
INT 21h AH=4Bh (EXEC) on return, put a nonzero value in AX (and AL) for a buggy version of Magic Pockets so the INTRO proceeds to the GAME properly
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
NEXT VERSION
|
||||
- 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
|
||||
to the game. So to make it work properly (kind of), return a nonzero
|
||||
value. (joncampbell123).
|
||||
- Tandy machine type: Many registers are WRITE ONLY according to SX
|
||||
documentation, yet "Troubadours" likes to read/modify/write those
|
||||
registers in what appears to be hand-rolled manual modesetting code
|
||||
|
Reference in New Issue
Block a user