Emulator tests: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(→‎Input: ctrltest)
(→‎PPU: add nova's gradient-test, and fix link to Elasticity (accidentally copy-pasted Two Ship?))
Line 16: Line 16:
! ROM
! ROM
! Notes
! Notes
|-
| '''[https://bin.smwcentral.net/u/1780/gradient-test.sfc gradient-test.sfc]'''
| Test of [[CGWSEL]] by [https://www.smwcentral.net/?p=files&u=1780 NovaSquirrel] 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]'''
Line 23: Line 26:
| Demo by lidnariq which includes mode 6, among other things.
| Demo by lidnariq which includes mode 6, among other things.
|-
|-
| '''[https://forums.nesdev.org/viewtopic.php?p=279303 Two Ship Demo]'''
| '''[https://forums.nesdev.org/viewtopic.php?p=278742 Elasticity Demo]'''
| Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.
| Demo by rainwarrior comparing techniques for improving color depth.
|}
|}



Revision as of 18:31, 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 Notes
gradient-test.sfc Test of CGWSEL by NovaSquirrel to demonstrate inaccurate emulator behaviour.
Two Ship Demo Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.
PPU Bus Activity Demo Demo by lidnariq which includes mode 6, among other things.
Elasticity Demo Demo by rainwarrior comparing techniques for improving color depth.

Input

See Also