Hi ,
I'm trying to write a nes emulator and want to test my cpu implementation so i passed nestest. Everything seems to be ok except one test which gives me the result 59. I don't what these result means (except that there is a test failure) as i did not find the nestest sources.
I have looked if it was the opcode of the instruction having the problem but it is not the case, the failed test is : (indirect, X) test
Can someone helps me ?? thanks
I'm trying to write a nes emulator and want to test my cpu implementation so i passed nestest. Everything seems to be ok except one test which gives me the result 59. I don't what these result means (except that there is a test failure) as i did not find the nestest sources.
I have looked if it was the opcode of the instruction having the problem but it is not the case, the failed test is : (indirect, X) test
Can someone helps me ?? thanks