Emulator tests: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(→‎PPU: fix CGWSEL link)
(table for input test roms)
 
Line 37: Line 37:
== Input ==
== Input ==


* [https://github.com/bbbradsmith/SNES_stuff/tree/main/ctrltest ctrltest] - Generic controller read test.
{| class="wikitable"
* [https://github.com/bbbradsmith/SNES_stuff/tree/main/mset mset] - [[Mouse]] peripheral test.
! ROM
! Author
! Notes
|-
| '''[https://github.com/bbbradsmith/SNES_stuff/tree/main/ctrltest ctrltest]'''
| rainwarrior
| Generic controller read test.
|-
| '''[https://github.com/bbbradsmith/SNES_stuff/tree/main/mset mset]'''
| rainwarrior
| [[Mouse]] peripheral test.
|}


== See Also ==
== See Also ==

Latest revision as of 19:23, 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

ROM Author Notes
ctrltest rainwarrior Generic controller read test.
mset rainwarrior Mouse peripheral test.

See Also