virtualc64 icon indicating copy to clipboard operation
virtualc64 copied to clipboard

VirtualC64 is a cycle-accurate C64 emulator for macOS

Results 33 virtualc64 issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug
VICE test

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...

bug
VICE test

https://github.com/dirkwhoffmann/virtualC64TS/blob/main/CIA/shiftregister/

bug
VICE test

Support for Cartridge CMD SwiftLink RS-232

enhancement

I would love to see this kind of realism in composite signal processing in virtualC64: https://github.com/TomHarte/CLK#signal-processing

enhancement

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...

bug

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...

bug

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...

enhancement