clydeshaffer / GameTankEmulator

An emulator for the GameTank, a real physical hardware game console I've built
MIT License
15 stars 9 forks source link

Headless Mode / Test Mode #40

Open clydeshaffer opened 3 weeks ago

clydeshaffer commented 3 weeks ago
nickgirardo commented 6 days ago

This would be very well appreciated! Even just having some tests for the wdc 65c02 core would be tremendously helpful. I'm pretty sure there are some minor inaccuracies (aside from missing ops and known cycle inaccurate behavior) which continue to exist after my recent prs. Specifically the behavior of the flags when processing ADC/ SBC in decimal mode. Also, manually testing JMP (abs, x) was a total nightmare and I'm left only 98% sure it operates as intended :/