mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Update CHANGELOG and skipped commits
This commit is contained in:
parent
fb8c17d56c
commit
7218079169
19
CHANGELOG
19
CHANGELOG
@ -99,6 +99,25 @@
|
||||
on each get_modrm call.
|
||||
- Strip leading = from value. Can happen if you execute
|
||||
"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
|
||||
- Prefetch core fixed up, made more aggressive, and string
|
||||
instructions (REP MOVSW) cause more prefetch. "Stereotype"
|
||||
|
@ -67,4 +67,9 @@ Commit#: Reason for skipping:
|
||||
4178 Conflict
|
||||
4196 New overlay drive, skipping for now
|
||||
4199 Conflict
|
||||
4200 Conflict
|
||||
4200 Conflict
|
||||
4215 Conflict
|
||||
4216 Overlay
|
||||
4217 Overlay
|
||||
4225 Overlay
|
||||
4228 Not sure if needed
|
Loading…
x
Reference in New Issue
Block a user