Dirk Hoffmann
Dirk Hoffmann
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...
To reproduce: - Install REU - Drag [TreuLove](https://github.com/user-attachments/files/16196661/TreuLove.prg.zip) into memory The CPU will jam eventually.
To improve the accuracy of REU emulation, the REU needs to pull down the CPU's RDY line at the beginning of a DMA transfer and release it afterward. Currently, the...
Snapshots can grow large, especially when a memory extension such as a REU or a GeoRam is attached. In 5.1, memory should be stored in a compressed format in snapshots....
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...
Lately, there has been some discussion about whether the [VICE testbench](https://vice-emu.pokefinder.org/wiki/Testbench) should be supported. I've tried that in the past but gave up at some point, mainly because I am...