vAmiga
vAmiga copied to clipboard
vAmiga is a user-friendly Amiga 500, 1000, 2000 emulator for macOS
This feature was requested in the Discussions section. The syntax could be something like this: `mem save $A000 $FFFF /tmp/memdump.raw` `mem load $A000 /tmp/memdump.raw`
In another repo, a user requested to control the emulator from within the Amiga to implement a smart warp boot mechanism (switching off warp mode when a specific task has...
Issue dirkwhoffmann/virtualc64#785 has revealed a bug in the CIA sleep logic in VirtualC64. vAmiga utilizes the same logic. TODO: Port the fix from VirtualC64 once fixed in VirtualC64.
- **Background** The Headless app is built by the GitHub runners and is used to test the integrity of the compiled app on multiple platforms. Until yesterday, the Headless app...
As run-ahead mode works so well in VirtualC64, it is time to port it over to vAmiga. A first prototype is already functional, with no critical performance issues: Here is...
That seems to happen when the computer is locked and goes in standby; I discover the message when I unlock it. But it does not always crash. I always use...
3.0b2 I don't think that was the case with 2.6.2
On a machine with an attached hard drive, I'm disturbed by a behavior : the "write through" and "write protected" items does not seem to be kept after a machine...
I've stumbled across the following repo by chance: https://github.com/mdqinc/SDL_GameControllerDB It contains game controller descriptions and axis mappings for various devices in a compatible SDL format. At the moment, vAmiga (as...
This is a follow up from issue vAmigaWeb/vAmigaWeb#254 opened in the vAmigaWeb repo. The demo [TheCompany_AnotherWorld.hdf.zip](https://github.com/user-attachments/files/17033506/TheCompany_AnotherWorld.hdf.zip) freezes after a couple of seconds. > > > Seems to be a race...