This is the fourth preview release of version 1.0 of DOSBox Pure.
A small update with a few fixes. Again, please test this release and provide feedback as we work towards a release we can call 1.0. Feedback is welcome here on GitHub as well as on Discord.
Changes
- Add support for win9x vmware mouse driver (thanks to FeralChild64) (#558)
- Minor Tseng emulation improvements (thanks to Jonathan Campbell)
- Load gamepad mapper data even when mounting of the C: drive happens delayed via [autoexec of a conf file (#666)
- Avoid start menu showing at the start on a restart when it should be skipped (6ff6344)
- Fix on-screen-display closing itself immediately after opening during a laggy frame (0230d96)
- Fix rare but potential crash or freeze where the setting of keyboard LED state can cause a page fault (e53bece)
- Fix crash on a chain of page faults in the middle of the dynamic core caching the next block (11a9e9e, 5b9a748)
- Always have a CD-ROM drive in a booted operating system to support mounting of CDs afterwards (#684)
- Avoid selection scrolling while holding down a letter key in the menu (61ebcfd)
- Fix crash when scrolling by pressing a letter immediately after selecting a menu item with the mouse (61ebcfd)
- Fix pressing a letter in the menu not jumping to the correct item when the selection has been hidden by moving the mouse cursor outside the menu area (afb99b1)
- Fix loading hard disk images as content not appearing as the D: drive in a booted operating system (#685)