PrimalHero

joined 2 years ago
3
CLK (github.com)
 

A latency-hating emulator of 8- and 16-bit platforms: the Acorn Electron, Amstrad CPC, Apple II/II+/IIe and early Macintosh, Atari 2600 and ST, ColecoVision, Enterprise 64/128, Commodore Vic-20 and Amiga, MSX 1/2, Oric 1/Atmos, early PC compatibles, Sega Master System, Sinclair ZX80/81 and ZX Spectrum.

This release fixes a regression in static media analysis introduced by release 2023-12-26 that affected disk images for the Electron, Amstrad CPC, Oric and ZX Spectrum.

 

DOSBox is a free and open-source, high-level 286 and 386 emulator written in C++.

Hey DOS enthusiasts! We are proud to present DOSBox Staging 0.81.0 to you, a rather substantial release containing a large number of exciting new features and improvements!

For the first time in history, DOSBox comes with built-in authentic CRT monitor emulation that just works out-of-the-box without any manual configuration required. The VGA code has been overhauled, shortcuts and simplifications have been removed, and now we’re defaulting to accurate per-scanline emulation and double scanning in all VGA, SVGA, and VESA modes. Integer scaling options have been added, it’s now possible to stretch the image to fullscreen, force any arbitrary aspect ratio, or even emulate the horizontal and vertical stretch controls of CRT monitors in real-time. Screenshots have been made aspect ratio correct by default, and image capturing has become multi-threaded, so it no longer causes audio hiccups and micro-pauses. Video capturing has been made about three times more performant. Oh, almost forgot: we’ve also added 3dfx Voodoo 1 support for the fans of those late 90s 3D DOS games! 😎 🤘

Well, that’s just the video side of things. We’ve added support for the ultra-rare IBM Music Feature Card, dealing with Roland MT-32 ROMs has become much easier, plus we’ve made numerous MIDI-related improvements as well. Not to mention all the mouse and joystick enhancements and fixes, the addition of a few missing DOS commands, improved filesystem integration, fixing some long-standing annoying shortcomings of the FPU emulation in non-x86 builds, taking localisation support to the next level, and the list just goes on and on

 

The Wine development release 9.0-rc3 is now available.

What's new in this release:

  • Bug fixes only, we are in code freeze.

The source is available at:

https://dl.winehq.org/wine/source/9.0/wine-9.0-rc3.tar.xz

Binary packages for various distributions will be available from:

https://www.winehq.org/download

You will find documentation on https://www.winehq.org/documentation

You can also get the current source directly from the git
repository. Check https://www.winehq.org/git for details.

Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.


Bugs fixed in 9.0-rc3 (total 35):

  • #51314 vulkan-1:vulkan crashes on Windows with recent Radeon drivers
  • #51478 dinput:device8 breaks user32:input's test_keyboard_layout_name() in some locales ()
  • #52971 HardWest 2 (playtest) is broken with OpenGL/Vulkan backend
  • #53166 Star Wars : Fallen Order crashes at launch
  • #53726 Silent Hill 4: The Room low res videos are not played (needs CLSID_CMpegVideoCodec)
  • #54381 tightvnc viewer crashes on connection
  • #54878 WinSCP 5.21.1.12643 doesn't list files when Windows version is set to 10
  • #55005 Program Treecomp - some widgets are not drawn
  • #55061 Starcraft Remastered: blurry graphics / low resolution
  • #55161 IrfanView full screen mode creates an unneeded and uncalled for permanent overlaying panel
  • #55288 advapi32:registry & ntdll:reg - The 32-bit test_redirection() fails if run after the 64 WineTest
  • #55306 Cannot double click in the server browser in Worms Armageddon
  • #55327 user32:input - test_ActivateKeyboardLayout() fails on Windows 7 for the Spanish locale
  • #55328 user32:input - test_keyboard_layout_name() fails on Windows 7 for the Spanish locale
  • #55394 comctl32:listbox - test_LBS_NODATA() fails in Wine for the Hindi locale
  • #55439 RPG Maker game crashes
  • #55446 Using C run-time for unicode strings comparison breaks case insensitive LB_FINDSTRING
  • #55578 kernel32:loader - test_section_access() sometimes fails on Windows 8
  • #55582 Civilization 2 crashes when setting up new game
  • #55655 user32:dialog - test_IsDialogMessageA_proc() fails in the Hindi locale on Wine
  • #55667 kernel32:file - test_MapFile() fails on macOS
  • #55773 Railroad Tycoon 2 Platinum (Steam, GOG) crashes when changing to 800X600 resolution
  • #55903 Falcon BMS 4.37u3: game randomly fails to load 3D models
  • #55942 Crazy Chicken Approaching - Nebula Assertion and Visual C++ Runtime Library Errors
  • #55962 Program that mixes 32-bit and 64-bit typelibs fails to find a referenced typelib
  • #55967 app regression; SWATH stops working at all as of 8.18
  • #56001 Some shortcut keys don't work with winewayland when focus is lost and restored
  • #56015 SysTray doesn't work for (and crashes) WiseReminder
  • #56022 Wine 9.0-rc1 wayland: Cursor does not move on some surfaces
  • #56026 Wine 9.0-rc1 Wayland: Mouse buttons 3-6 do not work
  • #56033 winewayland.drv: Alt-shift to change the input language appears like Shift is pressed all the time
  • #56039 winecfg does no longer run after export WINEARCH=win32
  • #56046 Pegasus Mail 4.80 regression: Pointer does not change
  • #56048 winedbg --auto: shows incomplete modules list
  • #56053 Regression on fallout 3 in the new wow64 mode
 

Atari Lynx emulator

Yay!

A new Felix release after two years and ten days!

Many changes and improvements with respect to debugging and stability.

Known issues:

Awesome golf and Scrapyard Dog hangs,
audio/video synchronization has a defect resulting in crackling,
few debugging features does not behave as flawlessly as they should.

This is the last (major-ish) release before much anticipated migration of the rendering engine to something multiplatform (likely SDL2).

 

Get rid of framebuffer abstraction (Stenzek)
Pool textures (Stenzek)
6b00bf0: GPU/HW: Dynamically size display texture (Stenzek)
Add LLVM SmallVector (Stenzek)
ff37afe: PostProcessing/FX: Support multiple render targets (Stenzek)
f1604db: GPU/HW: Dynamically size downsampling textures (Stenzek)
Fix incomplete swap chain clear with dynamic rendering (Stenzek)
Fix crash on SW renderer switch (Stenzek)
Fix crash on SW renderer switch (Stenzek)
Fix depth not storing (Stenzek)
Add Config::GetShaderOptions() (Stenzek)
Fix incorrect positioning with PostFX and GL (Stenzek)
Fix ARM32 build (again) (Stenzek)
53241b7: Qt/WinUpdater: Remove "Update Complete" dialog (Mrlinkwii) #3067
Make less ugly (Stenzek)
Improve menu button borders (Stenzek)
Linux build fix (Stenzek)
68d3cb5: CI/AppImage: Bump libc6 downgrade version (Stenzek)
Combine some redundant functions (Stenzek)
Add PGXP/upscale/recompiler options (Stenzek)
fmt -> format, format -> sprintf (Stenzek)
Remove StringUtil::{Starts,Ends}With, use C++20 (Stenzek)
Pass string_views by value (Stenzek)
82b71e8: Atualização Português do Brasil (Anderson Cardoso) #3068
Work around some mobile driver issues (Stenzek)
Fix binding deferred cleared textures (Stenzek)
Fix opening while paused (Stenzek)
Add compile progress indicator (Stenzek)
Pass string_view by value (Stenzek)
Add unsafe settings summary (Stenzek)
5218ac6: GPU/HW: Fix incorrect mask in VRAM offset calc (Stenzek)
23d5b20: GPU/HW: Split dirty rect into draw/write (Stenzek)
Remove redundant fields (Stenzek)
PGXP-CPU for Formula 1 (Stenzek)
2eed013: Atualização Português do Brasil (Anderson Cardoso) #3069
Fix menu background obscuring text (Stenzek)
a499e21: CPU/CodeCache: Don't try to compile direct double branches (Stenzek)
87a7c09: GPU/HW: Improve heuristics for draw/write when copying (Stenzek)
aa65804: CPU/Recompiler: Fix jal/jalr to load delayed register (Stenzek)
Fix incorrect fallback message (Stenzek)
More Mali driver workarounds (Stenzek)
Reload settings after hardcode disabled (Stenzek)
Don't emit index qualifier when not using DSB (Stenzek)
Don't unconditionally refresh save state UI (Stenzek)
Fix incorrect scissor rect (Stenzek)
Add disassembly of GTE instructions (Stenzek)
7379158: Atualização Português do Brasil (Anderson Cardoso) #3070
Decouple current slot from list (Stenzek)
Fix namespacing in disassembler (Stenzek)
Fix game properties dialogs keeping app open (Stenzek)
Fix incorrect mipmap texture creation (Stenzek)
Explicitly bind fragment resources (Stenzek)
Defer release of layer drawables (Stenzek)
Fix incorrect rewind VRAM estimation (Stenzek)
Fix crash on emptying rewind buffer (Stenzek)
Fix rewind throttling at half speed (Stenzek)
We don't need WinPixEventRuntime in Release builds (Stenzek)
6a7dea6: CPU/CodeCache: Fix rewinding on Apple Silicon (Stenzek)
Use MAP_FIXED on MacOS/MAP_FIXED_NOREPLACE on Linux (Stenzek)
21bbe5c: CPU/CodeCache: Fix page error when rewinding (Stenzek)

1
Denise 2.21 (sourceforge.net)
 

C64/Amiga emulator with PAL shader and runAhead

 

Compilation of games that received fan translation in November 2023. Some of them got released exactly in November while the others aren't but received notab...

 

Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.

This update makes Playnite no longer work on Windows 7 and Windows 8. Do not update if you want to keep using Playnite on those Windows versions!

Fixed:

Crash on startup in Desktop mode

2
hpsx64 (sourceforge.net)
 

Highly-Experimental Playstation Simulator x64

 

Game Boy emulator written in Python

Release the GIL for most of pyboy.tick
Remove warning about emulation speed when using  dummy/headless window
Large internal improvements

 

DREAMM is a bespoke emulator for LucasArts games, including:

classic adventure games (Maniac Mansion, Monkey Island, etc)
the early 3D adventure games (Grim Fandango, Escape from Monkey Island)
mid-90s Star Wars titles (Dark Forces/Jedi Knight series, X-Wing series, Rebel Assault series)
mid-90s Indiana Jones titles (Desktop Adventures, Infernal Machine)
other miscellaneous games (Afterlife, Mortimer and the Riddles of the Medallion, Outlaws)

 

QEMU is a generic and open source machine emulator and virtualizer.

Removed features and incompatible changes

Consult the 'Removed features' page for details of suggested replacement functionality.

The HAX accelerator is not supported anymore; the project has been retired. Use "whpx" or "hvf" respectively on Windows and macOS.
The old machine types pc-i440fx-1.4 to pc-i440fx-1.7 have been removed; use a newer machine type instead
In addition to -audiodev and -audio, QEMU does not create default audio backends anymore if the -nodefaults option are used on the command line.
If an audio backend is created with -audiodev, each audio client (a sound card or VNC) that wants to use it has to specify an audiodev= property. Previously, the first audiodev command line option would be used as a fallback. However -audio can now be used to configure one or more default audio backends, in lieu of the (deprecated and now removed) QEMU_AUDIO_* environment variables.
Running QEMU with KVM requires Linux 4.4 or newer. A future version of QEMU will increase the minimum requirement for Arm hosts to Linux 4.19 (also when running KVM); if this is too restrictive for your use case, please contact us at [email protected].

New deprecated options and features

Consult the "Deprecated Features" chapter of the QEMU System Emulation User's Guide for further details of the deprecations and their suggested replacements.
68k

The Macintosh Quadra 800 (q800) emulation now can boot:
    MacOS 7.1 - 8.1, with or without virtual memory enabled
    A/UX 3.0.1
    NetBSD 9.3
    Linux (via EMILE)

Alpha
Arm

The following machines support the new audiodev property: integratorcp, musicpal, n800, n810, realview-eb, realview-eb-mpcore, realview-pb-a8, realview-pbx-a9, akita, borzoi, spitz, terrier, versatilepb, versatileab, vexpress-a9, vexpress-a15, xlnx-zcu102 z2
Xilinx Versal board now models the CFU/CFI
Xilinx Versal board now models the TRNG device
New CPU types:
    cortex-a710
    neoverse-n2
New architectural features now emulated:
    FEAT_PACQARMA3
    FEAT_EPAC
    FEAT_Pauth2
    FEAT_FPAC
    FEAT_FPACCOMBINE
    FEAT_TIDCP1
    FEAT_MOPS
    FEAT_HBC
    FEAT_HPMN0
The SMMUv3 now advertises the SMMUv3.1-XNX feature

AVR
Hexagon
HPPA

New 64-bit PA-RISC 2.0 CPU emulation, enable with "-cpu hppa64" and "-cpu hppa" for 32-bit CPU (default)
New HP C3700 machine emulation, includes an emulated Astro memory controller and four Elroy PCI bridges
Start 64-bit machine with "-machine C3700" and 32-bit CPU with "-machine B160L"
Improved TLB performance
Block-TLB (BTLB) support for 32-bit PA-RISC CPUs
New SeaBIOS-hppa version 12 to support HP C3000 with Astro & Elroy

LoongArch
Microblaze
MIPS

The fuloong2e machine supports the new audiodev property.

Nios2

signal tests disabled due to bitrot

OpenRISC
PowerPC

The pegasos2 and 40p machines support the new audiodev property.

Renesas RX
Renesas SH
RISC-V
ISA and Extensions

Add zmmul isa string
Add smepmp isa string
Add RISC-V vector cryptographic instruction set support
Implement WARL behaviour for mcountinhibit/mcounteren
Add Zihintntl extension ISA string to DTS
Fix zfa fleq.d and fltq.d
Add RISC-V KVM AIA Support
Fix riscv,pmu DT node path in the virt machine
Update CSR bits name for svadu extension
Mark zicond non-experimental
Align the AIA model to v1.0 ratified spec
Use env_archcpu for better performance
Rename ext_icboz to ext_zicboz
Rename ext_icbom to ext_zicbom
Rename ext_icsr to ext_zicsr
Rename ext_ifencei to ext_zifencei
Add RISC-V Virtual IRQs and IRQ filtering support
Rename epmp to smepmp and expose the extension
Support zicntr/zihpm flags and disable support
Update RISC-V vector crypto to ratified v1.0.0
Support discontinuous PMU counters

Machines

Remove 'host' CPU from TCG
riscv_htif Fixup printing on big endian hosts
Add support for the max CPU
Detect user choice in TCG
Remove RVG warning
Change default linux-user cpu to 'max'
Update 'virt' machine core limit
Add query-cpu-model-expansion API

Fixes and Misc

Fix page_check_range use in fault-only-first
Fix upper/lower mtime write calculation
Make rtc variable names consistent
Use abi type for linux-user target_ucontext
Fix satp_mode_finalize() when satp_mode.supported = 0
Fix non-KVM --enable-debug build
Add new extensions to hwprobe
Use accelerated helper for AES64KS1I
Allocate itrigger timers only once
Respect mseccfg.RLB for pmpaddrX changes
Don't read the CSR in riscv_csrrw_do64
Clear CSR values at reset and sync MPSTATE with host
Fix the typo of inverted order of pmpaddr13 and pmpaddr14
Replace GDB exit calls with proper shutdown
Support KVM_GET_REG_LIST
Deprecate capital 'Z' CPU properties
Fix vfwmaccbf16.vf
Clear pmp/smepmp bits on reset
Ignore pmp writes when RW=01
Correct CSR_MSECCFG operations
Clear the Ibex/OpenTitan SPI interrupts even if disabled
Set the OpenTitan priv to 1.12.0
Add Zicboz block size to hwprobe
Create the virt machine FDT before machine init is complete
Don't verify ISA compatibility for zicntr and zihpm
Fix SiFive E CLINT clock frequency
Fix invalid exception on MMU translation stage
Fix mxr bit behavior

s390x

Emulated VFMIN and VFMAX instructions now correctly raise a specification exceptions when bits 1-3 of M5 are set
Fixed emulated VSTL instruction with a large length
Fixed emulated VREP instruction to use a 16-bit immediate
Fixed the "ignored match" case in the emulated VSTRS instruction
Enable crypto adapter passthrough (vfio-ap) for protected virtualization guests
Support s390x CPU topology (books and drawers, STSI 15.1.x instruction, PTF instruction) with KVM

SPARC
Tricore

Added TC37x CPU that implements ISA v1.6.2
Added CRCN, FTOU, FTOHP, and HPTOF instructions
Fixed RCPW/RRPW_INSERT instructions for width=0
Fixed RCRR_INSERT using the wrong destination register
Fixed FTOUZ being only available from ISA v1.3.1 upwards

x86
Xen emulation under KVM

Support PV console and network devices.
Bug fixes to support running Xen PV guests under "shim", documented in the "Xen HVM guest support" page.
Simplify command line for block and network devices.

TCG

Support for SHA instructions.

Known issues

[since 8.1] Windows German version might fail to recognize NIC, for possible workaround[s] see: https://gitlab.com/qemu-project/qemu/-/issues/774

Xtensa
Device emulation and assignment
ACPI / SMBIOS
Audio

Added virtio-sound device which implements capture and playback from inside a guest using the configured audio backend of the host machine. It is documented in the "Device Emulation / virtio sound" page.

Block devices

Parallels Format Driver
    Improved 'qemu-img check' facility
        Recover from broken data_off in the header
        Drop clusters outside of the image file
        De-duplicate clusters located on the same offset in the host file
    Introduced ability to execute check automatically (if disk image is opened in read/write mode) if corruption is detected by open
    Cluster allocation is now based on the cluster used bitmap (clusters could be allocated in holes inside image file)
    Minimal DISCARD & WRITE_ZEROES support

Graphics

New virtio-gpu rutabaga device. It allows various abstractions of GPU and display virtualization, coming from the Android/CrosVM graphical stack Rutabaga doc. This should help Android Emulator use upstream QEMU, and offers alternative solutions (or context types) than virgl.
ati-vga pixman-less support and fixes
virtio-gpu blob=true VM can now be migrated

Hyper-V

New Hyper-V Dynamic Memory protocol device hv-balloon. This driver is like virtio-balloon on steroids for Windows guests: it allows both changing the guest memory allocation via ballooning and inserting pieces of extra RAM into it on demand from a provided memory backend via Windows-native Dynamic Memory protocol.

I2C
Input devices
IPMI
Multi-process QEMU
Network devices
NVDIMM
NVMe
PCI/PCIe

Added Astro Memory controller with Elroy PCI host busses for PA-RISC (hppa) machines

SCSI
SD card
SMBIOS
TPM
UFS

Support for UFS emulation through the new ufs, ufs-lu devices based on spec version v3.1
Support for multiple logical units through the ufs-lu  device
Support for UFS initialisation
Support for SCSI commands including read/write.
Support for query request commands
Typical usage:

-drive file=<file>,if=none,id=<drive_id>
-device ufs,serial=<serial>,id=<bus_name>, nutrs=<N[optional]>,nutmrs=<N[optional]>
-device ufs-lu,drive=<drive_id>,bus=<bus_name>

USB
VFIO

P2P support for VFIO migration
Removal of NVIDIA V100 GPU with NVLink2 support (PPC)
Dynamic MSI-X allocation support
ramfb migration support
Support for non 64b IOVA space
Preparatory changes for new IOMMUFD backend

virtio

virtio-mem now supports to dynamically consume multiple memslots instead of statically a single big one. The feature can be enabled using "dynamic-memslots=on", which can severely reduce KVM memory slot metadata overhead with large virtio-mem devices that only expose a small amount of memory to the VM. Note that the feature is incompatible with vhost devices that provide less than 509 memslots, like most vhost-user devices.
Added virtio-sound device. See Audio section/virtio-sound

vDPA
Xen

Support PV unplug for AHCI disks with the q35 platform.
Allow creation of PV console devices from the command line.
Allow creation of PV network devices, including '-nic xxx,model=xen-net-device' and the default NIC.
Support '-drive file=FILENAME,if=xen' for creating PV block devices with automatic names.

fw_cfg
9pfs
virtiofs
Semihosting
Audio

Added virtio-sound device. See Audio section/virtio-sound

Character devices
Crypto subsystem
Authorization subsystem
GUI

cocoa: add zoom-to-fit display option
gtk: various minor fixes

GDBStub

fixes cases where wrong threads were reported to gdb

TCG Plugins

fix bug in reporting too many instructions to qemu_plugin_tb_n_insns()
fix locking on execlog
windows support

Host support
Memory backends

memory-backend-file now supports the "rom" parameter. "share=off,readonly=off,rom=on" can be used for VM-templating with R/O files: open the file R/O, but create writable RAM instead of Read Only Memory (ROM).
"VM templating" documentation was added

Migration

Legacy compression migration is deprecated ("compress" as capability, "compress-level", "compress-threads", "compress-wait-thread", "decompress-threads" as parameters). Suggest to use multifd compression instead.
Block migration is deprecated. QMP command "migrate" parameters "blk" and "inc" are deprecated. Suggest to use driver-mirror with NBD instead.
Fixed race conditions for postcopy migration when preempt mode is enabled.
Postcopy recovery now allows network failure to happen even during RECOVER phase.
Added migration parameter "avail-switchover-bandwidth" migration parameter, can be used when the user observes extremely slow bandwidth during migration, causing migration to never complete.
Initial part of migration mode "cpr-reboot" integrated.

Monitor
QMP
HMP
Network
Block device backends and tools

The qemu NBD implementation for both server and client now supports the recent NBD protocol extension of 64-bit extended headers. When both sides of an NBD connection support this extension, commands like write zeroes or block status can operate on 64-bit effect lengths, rather than being capped to transaction sizes smaller than 4G.

Tracing
Semihosting
Miscellaneous

Allow dump-guest-memory to output standard kdump format

User-mode emulation
runtime

Since this release, qemu linux-user implements and provides vdso for most popular architectures.
binfmt_misc
alpha

Emulated /proc/cpuinfo output in linux-user

arm/arm64/aarch64

Emulated /proc/cpuinfo output in linux-user

LoongArch
HPPA
s390
x86
TCG backends
RISC-V
Guest agent
Build Information

Coding style has been updated to allow loop variables
It is possible to build a non-relocatable binary of QEMU with the configure option --disable-relocatable. The default remains a relocatable install (that is, all the directories within the install prefix are computed based on the path to the executable).

Build Dependencies

Building QEMU now requires Python 3.8. As a consequence, building on Debian 10 is not supported anymore (unless a newer version of Python is installed by other means).
Building QEMU now uses the tomli library if Python is older than version 3.11. However, version 2.0.1 is bundled in case tomli is not installed on the host.
The libfdt library is no longer bundled with QEMU. However, if QEMU is configured with --enable-download and the library is absent, then it will be downloaded and built together if any emulators need it.
The Pixman library is no longer strictly required. The VC, VNC, Gtk, Spice, screendump features and a few devices still require it.
When running make check-avocado, the Avocado testing framework and pycdlib must be present if the build tree was configured with --disable-download. Until 8.1, Avocado was always downloaded from PyPI.

Docker Tweaks

debian-i686 replaces fedora-i386 for 32 bit x86 cross builds
debian-am64 and debian-native merged into a common debian container built from lcitool for latest deps

Windows
Testing and CI

ccache has been enabled for CI builds
container backend is now selected by configure script

view more: ‹ prev next ›