Open c1570 opened 4 months ago
Please share a link to your fixes, curious what you've done here...
Very cool, thanks for the investigations @c1570, I don't know yet when I'll get around to work on the C64 emulation again, but when I do I'll try to implement your findings.
PS: your RP2040 project is frigging amazing!
While working on https://github.com/c1570/Connomore64 I found some VIC-II emulation issues in chips. On the real VIC-II...
next_vc = vc + 1
in C accesses, then doingvc = next_vc
at the end of G accesses, which is a bit of a hack, but it avoids doing badline checks every single cycle. - See https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VICII/dmadelay/ for tests.If you want some more test programs, let me know. I recommend testing with Mayhem in Monsterland as its title screen has pretty tight timing.