Fix INT 10h AH=0Eh not to treat BEL as a printable character nor trigger screen scroll up when printed on last line of the screen

This commit is contained in:
Jonathan Campbell
2025-05-08 22:58:15 -07:00
parent 99aef102a0
commit 22fb05fa4a
2 changed files with 74 additions and 70 deletions

View File

@@ -4,6 +4,9 @@ Next version
in IG into constants in iglib.h which is now shared explicitly with the
iglib.h in DOSLIB. Add integration device interface to allow the guest
to read and set the CPU cycle count of the emulator. (joncampbell123).
- Fix INT 10h AH=0Eh bug where printing BEL triggered screen scroll up if
cursor beyond the last line. Fix for the Elder Scrolls Arena installer.
(joncampbell123).
2025.05.03
- Show TURBO status in title bar. (maron2000)