Emulator tests: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(→‎PPU: add nova's gradient-test, and fix link to Elasticity (accidentally copy-pasted Two Ship?))
(→‎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.sfc]'''
| '''[https://bin.smwcentral.net/u/1780/gradient-test.sfc gradient-test]'''
| Test of [[CGWSEL]] by [https://www.smwcentral.net/?p=files&u=1780 NovaSquirrel] to demonstrate inaccurate emulator behaviour.
| [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 Demo]'''
| '''[https://forums.nesdev.org/viewtopic.php?p=279303 Two Ship]'''
| Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.
| rainwarrior
| Comparing mode 5 + interlacing against mode 1 graphics.
|-
|-
| '''[https://forums.nesdev.org/viewtopic.php?p=174494 PPU Bus Activity Demo]'''
| '''[https://forums.nesdev.org/viewtopic.php?p=174494 PPU bus activity]'''
| Demo by lidnariq which includes mode 6, among other things.
| lidnariq
| Demonstrates all modes 0-6 on a single screen.
|-
|-
| '''[https://forums.nesdev.org/viewtopic.php?p=278742 Elasticity Demo]'''
| '''[https://forums.nesdev.org/viewtopic.php?p=278742 Elasticity]'''
| Demo by rainwarrior comparing techniques for improving color depth.
| 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.

Input

See Also