srctree

Johan Norberg parent 5c0b32d6 f6419bd9
Add oam_read test to rom_test

romtest/test_rom.py added: 6, removed: 1, total 5
@@ -20,6 +20,11 @@ class Test:
 
TESTS = [
# PPU tests
Test(
rom="oam_read/oam_read.nes",
pass_pattern="Passed",
cycles=10000000,
),
Test(
rom="vbl_nmi_timing/1.frame_basics.nes", pass_pattern="PASSED", cycles=100000000
),