Skip to content

Commit

Permalink
Add window/HDMA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twvd committed Dec 8, 2023
1 parent 9f0ec48 commit 23fbbbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/peterlemon_ppu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,15 @@ ppu_test!(
"Blend/HiColor/HiColor575Myst/HiColor575Myst.sfc",
"8f9117eaf0bc0e3efd2f2ba81f3cef7f02646f9586eaedd8dea3d01c3742ad8b"
);

// Window/HDMA tests
ppu_test!(
WindowHDMA,
"Window/WindowHDMA/WindowHDMA.sfc",
"7484ab6f1e88835267bcdbadc9e7ee0568f730d4849e6208ee3683e35ad3e175"
);
ppu_test!(
WindowMultiHDMA,
"Window/WindowMultiHDMA/WindowMultiHDMA.sfc",
"688de105142b1b28b1c0bb0473e518f1beada64623c9352e58f71341da1dbf19"
);

0 comments on commit 23fbbbb

Please sign in to comment.