i got most of blarggs test to pass, still stuck on sprite over flow test 3.timing.
i was following the sprite evaluation on the wiki (quietust' wiki) and it says cycles 64 - 255 is the evaluation of 64 sprites. read on even cycles and write on odd cycles. that is 64 * 2 = 128 cycles. however 255 - 64 != 128.
first i was ignoring the even/odd cycle thing and doing all sprites 64 - 128 and failed 3.timing error number 4; then i changed my code to evaluate with the even/odd cycles so that it evaluates 64 - 192. now i fail blarggs test 3.timing error 12.
quietust, i think you said you wrote the sprite information? did i read something wrong ?
also, did you have the test roms you used, i think you said before you might post them ?
thanks
matt
i was following the sprite evaluation on the wiki (quietust' wiki) and it says cycles 64 - 255 is the evaluation of 64 sprites. read on even cycles and write on odd cycles. that is 64 * 2 = 128 cycles. however 255 - 64 != 128.
first i was ignoring the even/odd cycle thing and doing all sprites 64 - 128 and failed 3.timing error number 4; then i changed my code to evaluate with the even/odd cycles so that it evaluates 64 - 192. now i fail blarggs test 3.timing error 12.
quietust, i think you said you wrote the sprite information? did i read something wrong ?
also, did you have the test roms you used, i think you said before you might post them ?
thanks
matt