Skip to content
Compare
Choose a tag to compare

86Box v2.07

@dhrdlicka dhrdlicka released this
· 5704 commits to master since this release
245af88
Compare
Choose a tag to compare

Bugfix release.

Changes

This is the list of changes since v2.06:

  • Changes to the DirectDraw and Direct3D renderers.
  • Improvements to the Window Message protocol for communicating with the 86Box Manager.
  • Fixed a bug in the PGC/Image Manager 1024 text modes.
  • Fixed IDE on the SPC-4200P.
  • PCI Reset Control register now forces bit 4 to be written as 0, fixes resets through this register from the second soft reset onwards.
  • The 86F handler now returns randomly generated noise for physical holes, rather than always 0.
  • Fixed the video RAM addresses in the text modes on the Sigma Color 400.
  • Some fixes to the PC speaker - fixes amplitude in mode 1 (the intro of (Perestroika now works correctly at least on the 8088 4.77 MHz) and makes the parameters consistent with the rest of the PC speaker emulation.
  • Fixed the readback of the PC/XT FPU installed switch.
  • Added the ability to pause and resume the network thread's reception.
  • Fixed the state of network_wait.
  • Fixed slowdowns on several games that use CD Audio, such as Tomb Raider II.
  • The Award 286 Clone no longer has on-board IDE - the machine technically has it, but it can be disabled, so the easiest way to do it on the emulator is to make the user choose the IDE controller if they need it, and tell the BIOS to use it.
  • Some quick fixes for the IBM PS/2 Model 30-286. The hard disk controller is the same as the PS/1 one, and will be properly fixed in v2.10.
  • Some changes to the (AT) NVR code.
  • Applied Ryuzaki's fixes for the New Floppy/ZIP Image and Settings dialog progress bars, those now work correctly.
  • Increased maximum ESDI sectors 99 and fixed the cylinders truncation in config.c.
  • Fixed EGA and (S)VGA pel panning, fixes games like Supaplex.

Prerequisites

86Box requires ROM files in order to operate, which can be downloaded here: https://tinyurl.com/rs20191022 (extract the ZIP file to the same directory as 86Box.exe)

It is also recommended to use the 86Box Manager to manage virtual machines, although it is possible to use the emulator on its own, using the -P/--vmpath command line option.

Which ZIP should I download?

  • 86Box is the standard build. Download this if you don't know which one to choose.
  • 86Box-Debug includes debug symbols. If you don't need them, you generally don't need to use this build.
  • 86Box-Optimized are optimized builds for most modern CPU architectures. See our CPU architectures table to see which build you should download. Using the wrong binary may result in crashes.