Emulator tests: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(→‎CPU: linking the multiply test thread)
(mset mouse test)
Line 26: Line 26:
| Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.
| Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.
|}
|}
== Input ==
* [https://github.com/bbbradsmith/SNES_stuff/tree/main/mset mset] - [[SNES mouse]] peripheral test.


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

Revision as of 07:47, 8 October 2022

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
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.
Two Ship Demo Demo by rainwarrior comparing mode 5 + interlacing against mode 1 graphics.

Input

See Also