Pre-v3.4 release stuff

This commit is contained in:
RichardG867
2022-04-20 21:48:50 -03:00
parent 26c9991cb2
commit 2e47828cb5
2 changed files with 6 additions and 6 deletions

View File

@@ -204,7 +204,7 @@ An AC'97 codec implementation was developed by [**richardg867**](https://github.
Due to the way the PCI bus works, PCI-based machines have a limited number of slots to work with, with the exact slot count varying from one machine to the other. In previous versions of 86Box, running out of PCI slots (often an issue with Voodoo 2 SLI setups) resulted in a silent failure; no error message would be shown, and any cards that didn't "fit" simply wouldn't work.
[**richardg867**](https://github.com/richardg867) worked around this limitation by implementing emulation of the **DEC 21150** PCI-PCI bridge. This bridge takes up a single PCI slot and provides 9 more slots; it is automatically deployed whenever the emulated machine runs out of available PCI slots, and works without any additional drivers or setup on the operating system side, although some devices may not work correctly under a bridge, such as the game port built into the Ensoniq AudioPCI sound card on Windows.
[**richardg867**](https://github.com/richardg867) worked around this limitation by implementing emulation of the **DEC 21150** PCI-PCI bridge. This bridge takes up a single PCI slot and provides 9 more slots; it is automatically deployed whenever the emulated machine runs out of available PCI slots, and works without any additional drivers or setup on the operating system side, although some devices may not work correctly under a bridge, such as the game port built into the Ensoniq AudioPCI sound card on Windows.<a name="linux" />
{% include imageheading.html url="/assets/images/v3.0/linux.png" heading="One more thing: Linux is coming" %}

View File

@@ -10,7 +10,7 @@ image: "/assets/images/v3.3/hero.png"
This is the March 2022 update to 86Box, bringing overall bugfixes and some new hardware. As always, you can [download 86Box v3.3 from GitHub](https://github.com/86Box/86Box/releases/tag/v3.3).
This release also brings a **major change to the Windows version**: it now uses the same Qt user interface as the Linux and (future - don't worry, we're still working on it) macOS versions. As previously stated in the [v3.2 post]({% post_url 86box-v3-2 %}#now-with-linux), this new interface should look and feel just like the old Windows one, though there are some minor changes.
This release also brings a **major change to the Windows version**: it now uses the same Qt user interface as the Linux and (future - don't worry, we're still working on it) macOS versions. As previously stated in the [v3.2 post]({% post_url 2022-02-16-86box-v3-2 %}#now-with-linux), this new interface should look and feel just like the old Windows one, though there are some minor changes.
<hr />
@@ -65,7 +65,7 @@ This release also brings a **major change to the Windows version**: it now uses
### Known issues
* The **Generic ESC/P Dot-Matrix** printer may fail to work on some Windows hosts with a FreeType error on startup.
* The new **Compaq Deskpro 386** may fail to boot for some users.
* Mouse movement through **Remote Desktop** on Windows hosts is extremely erratic.
* The emulated screen's size may be off by one pixel on some hosts, especially on HiDPI displays with HiDPI scaling disabled.
* The **Generic ESC/P Dot-Matrix** printer may fail to work on some Windows hosts with a FreeType error on startup
* The new **Compaq Deskpro 386** may fail to boot for some users
* Mouse movement through **Remote Desktop** on Windows hosts is extremely erratic
* The emulated screen's size may be off by one pixel on some hosts, especially on HiDPI displays with HiDPI scaling disabled