BizHawk/BizHawk.Emulation/Consoles/Nintendo/Docs/test_status.txt

42 lines
935 B
Plaintext
Raw Normal View History

2011-06-06 10:27:42 +00:00
look for tests here: http://wiki.nesdev.com/w/index.php/Emulator_tests
2011-06-07 01:31:06 +00:00
==blargg's tests==
MMC3:
FAIL for 6. neither nintendulator or fceux pass this. we should be able to pass it once mmc3 variant support is finalized.
2011-06-06 10:27:42 +00:00
2011-06-07 01:31:06 +00:00
ppu tests:
2011-06-06 10:27:42 +00:00
PASS for all but power_up_palette.nes which is lame
2011-06-07 01:31:06 +00:00
ppu_vbl_nmi:
FAIL for 10. But hardly anyone passes this.....
2011-06-06 10:27:42 +00:00
2011-06-07 01:31:06 +00:00
sprite hit tests:
2011-06-06 10:27:42 +00:00
FAIL for 9 and 10. fceux passes 10 (oldppu) and nintendulator passes both.
2011-06-07 01:31:06 +00:00
both are not going to work any time soon due to sprite pattern decoding being separate from BG pattern fetching instead of interleaved.
cpu_timing_test.nes
PASS
official_only.nes
PASS
2011-06-06 10:27:42 +00:00
2011-06-07 01:31:06 +00:00
instr_timing.nes
PASS
2011-06-06 10:27:42 +00:00
cpu_interrupts.nes
PASS
instr_misc.nes
PASS
all_instrs.nes
FAIL (undocumented opcodes)
2011-06-07 01:31:06 +00:00
=============
2011-06-06 10:27:42 +00:00
nestest.nes
PASS
2011-06-07 01:31:06 +00:00
NEStress.nes
FAIL in several cases, but this test is not highly regarded and may be inaccurate.