mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 19:08:32 +08:00
Update CHANGELOG and skipped commits
This commit is contained in:
32
CHANGELOG
32
CHANGELOG
@@ -7,6 +7,38 @@
|
|||||||
executing instructions (i.e. triggered by I/O handler).
|
executing instructions (i.e. triggered by I/O handler).
|
||||||
- DOSBox-X integration device now provides an interface to
|
- DOSBox-X integration device now provides an interface to
|
||||||
trigger IRQ and NMI signals.
|
trigger IRQ and NMI signals.
|
||||||
|
- Integrated commits from mainline (Allofich)
|
||||||
|
- Improve disk image mounting: cycle disks only for the
|
||||||
|
drive being mounted.
|
||||||
|
- FAT drive fixes and improvements. Identify floppy format,
|
||||||
|
and support filesystems that use only part of the disk.
|
||||||
|
Fixes Make Your Own Murder Party and Music/Pinball
|
||||||
|
Construction Set.
|
||||||
|
- Return correct error code for verify sectors function
|
||||||
|
when an invalid drive is specified. Fixes Hugo Troll game
|
||||||
|
installers.
|
||||||
|
- Prefer ncurses above curses (on some systems, these are
|
||||||
|
still different packages)
|
||||||
|
- Give a warning at startup if dpi scaling is detected.
|
||||||
|
- Show segment override on XLAT instruction.
|
||||||
|
- Change scan3x to be LINE LINE DARK instead of LINE DARK
|
||||||
|
DARK. This matches pictures of scanlines better and doubles
|
||||||
|
the brightness as the old implementation was rather dark.
|
||||||
|
- Make it possible to compile without PNG support.
|
||||||
|
- Report when a -conf file can not be loaded.
|
||||||
|
- When searching CD-ROM directory entries, strip trailing
|
||||||
|
period of extension-less filenames after stripping file
|
||||||
|
version number and separator. Fixes disc check in Air Power.
|
||||||
|
- Add Unit Number and Bytes Per Sector fields for DPB
|
||||||
|
entries. Fixes Air Power installer and Windows 3 Virtual
|
||||||
|
Memory dialog.
|
||||||
|
- Reset write ops after drawing text in EGA graphics modes,
|
||||||
|
consistent with EGA/VGA BIOS. Fixes Fun School 3.
|
||||||
|
- Make Allocation Info work for CD-ROM drives. Fixes Bureau
|
||||||
|
13 installer.
|
||||||
|
- Prevent double-loading of CD-ROM images.
|
||||||
|
- Don't generate sound after DMA is masked at end of single
|
||||||
|
-cycle transfer. Prevents issues with some games.
|
||||||
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"
|
||||||
|
@@ -55,3 +55,12 @@ Commit#: Reason for skipping:
|
|||||||
4095 Conflict
|
4095 Conflict
|
||||||
4099 MAME sound
|
4099 MAME sound
|
||||||
4111 Conflict
|
4111 Conflict
|
||||||
|
4129 Partial conflict
|
||||||
|
4132 Conflict
|
||||||
|
4140 MAME sound
|
||||||
|
4141 MAME sound
|
||||||
|
4142 MAME sound
|
||||||
|
4147 Conflict
|
||||||
|
4158 MAME sound
|
||||||
|
4165 Not sure if needed
|
||||||
|
4174 Conflict
|
Reference in New Issue
Block a user