Releases: dirkwhoffmann/vAmiga
v2.6.2
Bug fixes:
- Some config panels crashed when pressing "Revert to…" or "Use as default".
- RetroShell Command
amiga defaults
was broken in 2.6.1.
v2.6.1
Fixes
- The emulator no longer crashes when loading snapshots via the
Open...
menu.
v2.6
This release is the first of several that mainly contain changes to the internal architecture. My longer-term goal is to port the new emulator architecture from VirtualC64 v5.0 to vAmiga, eventually enabling neat features like run-ahead. Since the architectural changes are considerable, several intermediate releases will be part of this project. The most noticeable changes of this release are related to RetroShell, as the syntax of some commands has changed.
v2.5
Same as v2.5b1, compiled in release mode.
v2.5b1
Licensing:
- The emulator core is now licensed under the Mozilla Public License v2 (#802).
Enhancements:
- A user-definable upper bound limits the size of the snapshot storage.
- Denise’s DIW logic is more accurate (#805).
Bug fixes:
- Fixed a bug related to the allocation of sprite DMA slots (#799).
- Fixed a race condition related to the SPRxCTL register (#715).
- Fixed an issue with the serial port (9-bit packets) (#803).
- Fixed a minor visual issue in the status bar that started showing up with the latest macOS release.
Internal changes:
- Large data structures are now created on the heap rather than the stack (#811).
- In debug builds, debug variables can be switched on and off dynamically in RetroShell.
ExpFPU: Merge branch 'dev'
This version of vAmiga archived the current state of FPU emulation, a work in progress.
FPU support will be removed in future releases as the emulator will focus on emulating the three classic Amiga models.
v2.4
v2.4b1
Enhancements:
- Improved thread synchronization (Adaptive sync)
- Warp boot support
- Code cleanup
Note:
- The deployment target has been raised to macOS 11.0 (required by std::atomic_flag).
- The app is no longer notarized, because I left the (too costly) Apple Developer Program.
v2.3: Merge branch 'dev'
v2.2.1
Bug fixes:
- Snapshots containing more than 512 KB Slow Ram were reported as being corrupted.
- Memory footprint is back to normal.