virtualc64
virtualc64 copied to clipboard
VirtualC64 is a cycle-accurate C64 emulator for macOS
Why should we support this cartridge? Because it contains a FlashRom of type Am29F010 which is very similar to the Am29F040 used in EasyFlash. It can serve as a good...
From the README file: ``` timera.asm: - hooks a timer interrupt (VIA2 timer A) and reads from another timer (VIA1 timer A) which creates a typical pattern. Note: the first...
From the README file: ``` This directory collects programs that measure the drives spindle motor speed in RPM. The result should be somewhere around 300rpm, +/- 1% (297-303) All programs...
https://github.com/dirkwhoffmann/virtualC64TS/blob/main/CIA/shiftregister/
I would love to see this kind of realism in composite signal processing in virtualC64: https://github.com/TomHarte/CLK#signal-processing
Keyboard
Hi Dirk, I am concerned you are removing the support for the touch bar, for a lot of users will still be using Macs that still have the touch bar....
Until now, headless mode was only used to accelerate the emulator in warp mode. This worked well because warp mode is usually enabled only during load or save operations. Combining...
After V4.5 Ghostbusters and Impossible Mission have a distorted Electronic Speech System output. I've tried many different settings but none of them worked for me. Is there something I'm missing...
There is a neat summary of the run-ahead technique here: https://bsnes.org/articles/input-run-ahead I think the run-ahead technique can be integrated into VirtualC64 with reasonable effort, and the emulator would benefit significantly...