Releases: dirkwhoffmann/vAmiga
v3.1.1
v3.1
Release notes:
- vAmiga 3.1 requires macOS 13.5 or above.
Enhancements:
- Build-in 6-channel logic analyzer (#855).
- New dashboard window (#856).
- Multiple inspectors side by side (#854).
- New debug features „finish line“ and „finish frame“ (#853).
Bug fixes:
- Released the handbreak (#857).
- Fixed an NTSC overscan bug (#852).
- Last line in the emulator texture is drawn again (commit fc4c222).
Changes:
- Removed RetroShell debugger command
? host
as it listed nothing. - Added
? thread
for inspecting the current thread state. - Reworked the internal suspend / resume mechanism (9d78747).
v3.0
v3.0b3
v3.0b2
v3.0b1
I’m proud to announce that vAmiga is now available as version 3.0! This update introduces run-ahead support (#836), a functionality that had recently been integrated into VirtualC64.
When run-ahead is enabled, two emulator instances run side by side: the primary instance and the run-ahead instance. The primary instance emulates the Amiga as usual, while the run-ahead instance runs several frames ahead and generates the image texture. Both emulator instances stay in sync with a time delay, and any changes in the primary instance, e.g., triggered by a joystick event, forces the run-ahead instance to be recreated. Run-ahead mode is meant for gaming as it considerably decreases the lag between an external event, e.g., a gamepad or keyboard event, and its recognition inside the emulator.
Accommodating this feature required significant changes to vAmiga’s architecture, resulting in a major update to the codebase. While these improvements have streamlined the internal workings of the emulator, they’ve also introduced some bugs - an expected outcome with such a substantial change.
As vAmiga 3.0 is currently in beta, your feedback is crucial to help me refine and stabilize the software.
Other enhancements:
- Snapshot compression (#840)
- Loading and saving memory contents (#823)
- Improved Headless app (#839)
- RetroShell as as serial port device (#820)
- Beamtrap debug feature (#817)
- RetroShell commands via the command line (
-"<Command>"
)
Bug fixed:
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.