Are there test cases for 6502 or NES emulators in general?
Posted: Sun Oct 23, 2011 11:19 am
I'm applying unit automated testing to the 6502 instructions of my NES emu.
I ended up replicating in the tests the same logic that's being tested, so I could be making the same mistake twice, the tests pass and I don't notice it.
So are there already test cases compiled for this from a known working emulator?
Thanks!
I ended up replicating in the tests the same logic that's being tested, so I could be making the same mistake twice, the tests pass and I don't notice it.
So are there already test cases compiled for this from a known working emulator?
Thanks!