diff --git a/_posts/2022-01-07-pcem-migration-guide.md b/_posts/2022-01-07-pcem-migration-guide.md index 3891821..8137902 100644 --- a/_posts/2022-01-07-pcem-migration-guide.md +++ b/_posts/2022-01-07-pcem-migration-guide.md @@ -40,7 +40,7 @@ There is **no migration path** for configuration files, as the format is too dif ## 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**.
@@ -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:
[SCAMP] Samsung SPC-6033P | | | [386DX] AMI 386DX clone | i386DX/i486:
[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:
[ISA] Compaq Deskpro 386 | | | [386DX] ECS 386/32 | i386DX:
[C&T 386] ECS 386/32 | | | [386DX] IBM PS/2 Model 70 (type 3) | i386DX: [MCA] IBM PS/2
model 70 (type 3) | | | [386DX] IBM PS/2 Model 80 | i386DX: [MCA] IBM PS/2
model 80 (type 2) | The Type 3 is also available. | diff --git a/_posts/2022-03-18-86box-v3-3.md b/_posts/2022-03-18-86box-v3-3.md new file mode 100644 index 0000000..f5d2421 --- /dev/null +++ b/_posts/2022-03-18-86box-v3-3.md @@ -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. + +
+ +## 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
**Vendex HeadStart Turbo 888-XT** 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 \ No newline at end of file diff --git a/assets/images/v3.3/hero.png b/assets/images/v3.3/hero.png new file mode 100644 index 0000000..53d0342 Binary files /dev/null and b/assets/images/v3.3/hero.png differ