mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Release v3.3
This commit is contained in:
@@ -40,7 +40,7 @@ There is **no migration path** for configuration files, as the format is too dif
|
||||
|
||||
## <a name="machines" />Machine list
|
||||
|
||||
86Box has most of the machines PCem emulates, though we have removed, renamed and/or recategorized some of them for various reasons. The table below (make sure to scroll down) provides a reference for **v3.1**.
|
||||
86Box has most of the machines PCem emulates, though we have removed, renamed and/or recategorized some of them for various reasons. The table below (make sure to scroll down) provides a reference for **v3.3**.
|
||||
|
||||
<div class="scroll td2nowrap" markdown="block">
|
||||
|
||||
@@ -113,7 +113,7 @@ There is **no migration path** for configuration files, as the format is too dif
|
||||
| [386SX] Packard Bell Legend 300SX | - | Not implemented yet. |
|
||||
| [386SX] Samsung SPC-6033P | i386SX:<br />[SCAMP] Samsung SPC-6033P | |
|
||||
| [386DX] AMI 386DX clone | i386DX/i486:<br />[OPTi 495] DataExpert SX495 | 486 CPUs are also supported, like on the real motherboard. |
|
||||
| [386DX] Compaq Deskpro 386 | - | Undocumented chipset. We know it's the first 386 PC, but we want to do it right. |
|
||||
| [386DX] Compaq Deskpro 386 | i386DX:<br />[ISA] Compaq Deskpro 386 | |
|
||||
| [386DX] ECS 386/32 | i386DX:<br />[C&T 386] ECS 386/32 | |
|
||||
| [386DX] IBM PS/2 Model 70 (type 3) | i386DX: [MCA] IBM PS/2<br />model 70 (type 3) | |
|
||||
| [386DX] IBM PS/2 Model 80 | i386DX: [MCA] IBM PS/2<br />model 80 (type 2) | The Type 3 is also available. |
|
||||
|
||||
69
_posts/2022-03-18-86box-v3-3.md
Normal file
69
_posts/2022-03-18-86box-v3-3.md
Normal file
@@ -0,0 +1,69 @@
|
||||
---
|
||||
layout: post
|
||||
title: "86Box v3.3"
|
||||
description: "Release for March 2022."
|
||||
authors: ["richardg867"]
|
||||
image: "/assets/images/v3.3/hero.png"
|
||||
---
|
||||
|
||||
{% include imageheading.html url="/assets/images/v3.3/hero.png" separator=" " %}
|
||||
|
||||
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 on the [v3.2 post](/2022/02/16/86box-v3-2.html#now-with-linux), this new interface should look and feel just like the old Windows one, though there are some minor changes.
|
||||
|
||||
<hr />
|
||||
|
||||
## Changelog
|
||||
|
||||
### Emulator
|
||||
|
||||
* Added **OpenGL 3.0 Core** renderer to Linux, bringing shader support which was left out of v3.2
|
||||
* Added **Unix domain socket** API to support future managers on Linux
|
||||
* Added preliminary **Haiku** host support (currently source code only, no builds available) for the adventurous types out there
|
||||
* Fixed application and system crashes when emulating MMX-capable CPUs on **ARM hosts**
|
||||
* Changed audio back-end to **XAudio2** on Windows and **FAudio** on Linux in an attempt to fix sound issues on some hosts
|
||||
|
||||
### User interface
|
||||
|
||||
* Added ability to choose the **hard disk image type** from the file selector
|
||||
* Fixed **mouse capture** activating on Linux if no mouse is emulated
|
||||
* Fixed **mouse capture** staying enabled when the 86Box window loses focus
|
||||
* Fixed **PCap** host network adapter list not being enabled immediately on Linux
|
||||
* Fixed **CD-ROM speed** resetting to an invalid 0x on Linux
|
||||
* Fixed **86F** floppy image creation on Linux
|
||||
* Fixed **joystick options** window title and size on Linux
|
||||
* Fixed some **untranslated strings** on Linux
|
||||
* Changed Windows version over to the **Qt user interface**
|
||||
* Updated translation: **Finnish**
|
||||
|
||||
### Machines
|
||||
|
||||
* Added **Compaq Deskpro 386**, the first 386-based PC
|
||||
* Added <a href="https://www.youtube.com/watch?v=VhDmYhopMgA" title="As seen on LGR">**Vendex HeadStart Turbo 888-XT**</a> XT clone
|
||||
* Added **Z-NIX PC-1600** XT clone
|
||||
|
||||
### Hardware
|
||||
|
||||
* **Display**
|
||||
* Added **Video Magic** (ET4000/W32p) PCI and VLB video cards
|
||||
* Fixed 24-bit color glitches on **ATI Mach64** cards
|
||||
* Fixed **Pinball Illusions** SVGA mode scrolling on S3 cards
|
||||
* **Sound**
|
||||
* Added **C-Media CMI8338** and **CMI8738** PCI sound cards
|
||||
* Added **Crystal CS4235** ISA Plug and Play sound card
|
||||
* Added MIDI input option to on-board **Ensoniq AudioPCI** chips
|
||||
* Added missing audio playback formats to the **Crystal CS4236B**
|
||||
* Fixed crash when starting a **VIA VT82C686A**/**B** southbridge machine with the **Crystal CS4236B**
|
||||
* **Storage**
|
||||
* Added **Corel LS-2000** (53C400) ISA SCSI card
|
||||
* Added **Western Digital WD1004** ISA MFM and RLL controler cards
|
||||
* Fixed edge case where **hard disks** may be incorrectly detected as ATAPI by some operating systems
|
||||
* Fixed buffer underrun on **Longshine**, **Rancho** and **Trantor** SCSI cards
|
||||
* **Other**
|
||||
* Added **Microsoft RAMCard** and **SystemCard** ISA memory expansion cards
|
||||
|
||||
### Known issues
|
||||
|
||||
* The ESC/P printer may fail to work on Windows hosts with a FreeType error on startup.
|
||||
* The Compaq Deskpro
|
||||
Reference in New Issue
Block a user