Emulator tests: Difference between revisions
From SNESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) (→PPU: add nova's gradient-test, and fix link to Elasticity (accidentally copy-pasted Two Ship?)) |
Rainwarrior (talk | contribs) (→PPU: put author in separate column) |
||
Line 15: | Line 15: | ||
{| class="wikitable" | {| class="wikitable" | ||
! ROM | ! ROM | ||
! Author | |||
! Notes | ! Notes | ||
|- | |- | ||
| '''[https://bin.smwcentral.net/u/1780/gradient-test.sfc gradient-test | | '''[https://bin.smwcentral.net/u/1780/gradient-test.sfc gradient-test]''' | ||
| | | [https://www.smwcentral.net/?p=files&u=1780 NovaSquirrel] | ||
| Test of [[CGWSEL]] to demonstrate inaccurate emulator behaviour. | |||
|- | |- | ||
| '''[https://forums.nesdev.org/viewtopic.php?p=279303 Two Ship | | '''[https://forums.nesdev.org/viewtopic.php?p=279303 Two Ship]''' | ||
| | | rainwarrior | ||
| Comparing mode 5 + interlacing against mode 1 graphics. | |||
|- | |- | ||
| '''[https://forums.nesdev.org/viewtopic.php?p=174494 PPU | | '''[https://forums.nesdev.org/viewtopic.php?p=174494 PPU bus activity]''' | ||
| | | lidnariq | ||
| Demonstrates all modes 0-6 on a single screen. | |||
|- | |- | ||
| '''[https://forums.nesdev.org/viewtopic.php?p=278742 Elasticity | | '''[https://forums.nesdev.org/viewtopic.php?p=278742 Elasticity]''' | ||
| | | rainwarrior | ||
| Mode 3 techniques for improving color depth beyond 8bpp. | |||
|} | |} | ||
Revision as of 18:36, 18 January 2023
Test ROMs that may be helpful for developing an emulator.
General
CPU
- Forum thread: "Writing $4203 twice too fast gives erroneous result (not emulated)" - contains some tests for obscure multiplier behaviour, work in progress.
PPU
ROM | Author | Notes |
---|---|---|
gradient-test | NovaSquirrel | Test of CGWSEL to demonstrate inaccurate emulator behaviour. |
Two Ship | rainwarrior | Comparing mode 5 + interlacing against mode 1 graphics. |
PPU bus activity | lidnariq | Demonstrates all modes 0-6 on a single screen. |
Elasticity | rainwarrior | Mode 3 techniques for improving color depth beyond 8bpp. |