Update CHANGELOG and skipped commits

This commit is contained in:
Allofich 2019-06-11 21:26:48 +09:00
parent fb8c17d56c
commit 7218079169
2 changed files with 25 additions and 1 deletions

View File

@ -99,6 +99,25 @@
on each get_modrm call. on each get_modrm call.
- Strip leading = from value. Can happen if you execute - Strip leading = from value. Can happen if you execute
"irq =5". "irq =5".
- Don't remove bytes from autoexec.bat when changing
settings from autoexec.bat, but replace them instead. This
way the location stays valid.
- Let dynamic core recompile interrupt instructions in
non-debug builds. Can help software with many INTs, such as
compiled BASIC, run faster.
- Add logic in mouse driver to ignore button events that
are out of sequence. Fixes International Rugby Challenge
when clicking to lock the mouse.
- Use a more compatible offset for DOS redirected interrupt
vector. Works around a null pointer bug in the notes dropdown
list of Jack the Ripper.
- Reqrite pop_ev so it can trigger pagefaults again. Fixes
Win 3.11.
- Fix uninitialized access to some isoDrive fields. Pause audio
before switching. Use right subunit with multiple CDs on one
drive letter.
- Move all stack alignment operations into one place and
some optimalisations to RISC x64 dynamic core.
0.82.19 0.82.19
- Prefetch core fixed up, made more aggressive, and string - Prefetch core fixed up, made more aggressive, and string
instructions (REP MOVSW) cause more prefetch. "Stereotype" instructions (REP MOVSW) cause more prefetch. "Stereotype"

View File

@ -67,4 +67,9 @@ Commit#: Reason for skipping:
4178 Conflict 4178 Conflict
4196 New overlay drive, skipping for now 4196 New overlay drive, skipping for now
4199 Conflict 4199 Conflict
4200 Conflict 4200 Conflict
4215 Conflict
4216 Overlay
4217 Overlay
4225 Overlay
4228 Not sure if needed