Amiberry by Bitter Studio has just released version 5.7.4 of its popular Amiga emulator.
Amiberry is an optimized Amiga emulator, initially designed for ARM-based SoCs (such as the Raspberry Pi), but now also available for macOS (both Intel and Apple Silicon) and Linux x86-64, offering high-performance Amiga emulation. Whether it’s a classic A500, A1200, CD32, or a high-end model equipped with a 68040 and a graphics card, Amiberry provides comprehensive support. The emulator’s code is based on the latest version of WinUAE for core emulation, with certain parts stripped down and optimized specifically for lower-powered boards. Additionally, Amiberry includes several unique features, such as WHDLoad support, custom events, and support for RetroArch mapping, among others.
Bugfixes
- fixed typo in Sound panel
- Fixed changing logfile name would append “amiberry.log” at the end
- joystick input didn’t work with retroarch mapping after latest changes
- Fixed new/free mismatch in amiberry_filesys
- Fixed display modes iteration
- always refresh floppy/quickstart panels after disk changes
- Refresh all panels when WHDLoad action from Quickstart is taken
- detect uppercase MT32 filenames also
- GUI JIT option would no longer trigger, after v5.7.1
- GUI CPU 24-bit address event handler was incorrect
- don’t refresh the emulation screen when GUI is open, under KMSDRM
- Don’t replace spaces in native_dos_op
- Fixed bug under KMSDRM, where the emulation screen would not show
- remove newlines from debugger input
- release window grab in the debugger
- When using KMSDRM, controller input was lost after entering the GUI once
- KMSDRM fixes for when using a single window
Improvements
- Added VSync options from WinUAE in Display panel
- Make Paths panel textboxes read-only
- add secondary check when loading cfg files, look in configs folder for filename (fixes #1388)
- resample audio during Push operations
- fix inconsistency regarding default config name
- GUI – Make read-only textboxes in WHDLoad panel show as such
- updated FloppyBridge to v1.6.4
- updated game controller DB to latest version
- updated WHDLoad XML to latest version
- improve help text in Misc panel
- auto-select the first item in the Configs list
- Log command line parameters on startup
- harmonize buttons in HDD GUI panel
- use string.empty() instead of comparing with “”
- separate data from home directories, improve handling
- Fix new paths logic for Flatpak also
- improve look of GUI Misc panel scrollbar
- Cherry pick updates from v6.x