SNESdev Wiki: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(→‎SNES hardware: dma examples)
m (→‎Expansions: another period)
(43 intermediate revisions by 3 users not shown)
Line 8: Line 8:
* [[CPU vectors]]
* [[CPU vectors]]
* [[SNES Development Manual]]
* [[SNES Development Manual]]
* [[65C816]] - SNES main CPU, part of the S-CPU
* [[Tools]]
* [[Tools]]
* [[Timing]]
* [[Timing]]
* [[Errata]]
* [[Errata]]
* [[Glossary]]


=== Registers ===
=== Registers ===
Line 23: Line 25:
* [[WRAM pinout]]
* [[WRAM pinout]]
* [[Cartridge connector]]
* [[Cartridge connector]]
* [[Controller connector]]


=== Peripherals ===
=== Peripherals ===
* [[Standard controller]]
* [[Standard controller]]
* [[Mouse]]
* [[Mouse]]
* [[Multitap]]
* [[Super Scope]]
* [[NTT Data Keyboard]]
* [[Copier]]


=== PPU ===
=== PPU ===
* [[Background modes]]
* [[Backgrounds]]
* [[Tilemaps]]
* [[Tilemaps]]
* [[Tiles]]
* [[Tiles]]
* [[Sprites]]
* [[Sprites]]
* [[Palettes]]
* [[Palettes]]
* [[Windows]]
* [[Offset-per-tile]]
* [[Offset-per-tile]]
* [[Color math]]
* [[Color math]]
=== Sound ===
* [[S-SMP]] - SNES SHVC-SOUND chip includes the S-SMP / SPC-700 CPU and S-DSP
* [[SPC-700 instruction set]]
* [[DSP envelopes]]
* [[BRR samples]]
=== Expansions ===
* [[DSP-1]] - also includes DSP-2, DSP-3, DSP-4
* [[SA-1]]
* [[Super FX]] (GSU)
* [[MSU-1]]
* [[Super Game Boy]]
=== Formats ===
* [[ROM file formats]]
* [[Save file formats]]
* [[SPC file format]] - for music.


== Examples and Guides ==
== Examples and Guides ==
=== General ===
* [[Tutorials]]


=== SNES hardware ===
=== SNES hardware ===
* [[Init code]]
* [[Init code]]
* [[VBlank interrupts]]
* [[Booting the SPC700]]
* [[Booting the SPC700]]
* [[Controller reading]]
* [[Controller reading]]
Line 46: Line 76:
* [[Division]]
* [[Division]]
* [[DMA examples]]
* [[DMA examples]]
* [[Blargg SPC upload]] - Playing an SPC rip on SNES hardware


=== 65c816 guides ===
=== 65c816 guides ===
Line 51: Line 82:
* [[Using X as a pointer]]
* [[Using X as a pointer]]
* [[MVN and MVP block copy]]
* [[MVN and MVP block copy]]
* [[Register sizes in ca65]]


=== Emulation ===
=== Emulation ===
* [[Emulator tests]]
* [[Tricky-to-emulate games]]
* [[Tricky-to-emulate games]]
* [[Uncommon graphics mode games]]
* [[Uncommon graphics mode games]]


=== Video ===
=== Video ===
* [[VBlank routine]]
* [[SNES PPU for NES developers]]
* [[SNES PPU for NES developers]]
* [[Scrolling a large map]]
* [[Scrolling a large map]]
* [[Shaped windows]]
* [[Drawing window shapes]]
* [[HDMA examples]]
* [[HDMA examples]]
* [[Mode 7 perspective effects]]
* [[Mode 7 perspective effects]]
Line 70: Line 104:
* [https://problemkaputt.de/fullsnes.htm Fullsnes] - Nocash's SNES hardware document
* [https://problemkaputt.de/fullsnes.htm Fullsnes] - Nocash's SNES hardware document
* [https://wiki.superfamicom.org/ Superfamicom.org SNES Development Wiki]
* [https://wiki.superfamicom.org/ Superfamicom.org SNES Development Wiki]
* [https://en.wikibooks.org/wiki/Super_NES_Programming Super NES Programming Wikibooks]
* [https://superfamicom.org/ Superfamicom.org SNES cartridge database]
* [https://superfamicom.org/ Superfamicom.org SNES cartridge database]
* [https://snescentral.com/ SNES Central] - game database and PCB images
* [https://www.romhacking.net/community/548/ Anomie's SNES documents] at RHDN


== MediaWiki ==
== MediaWiki ==
Line 76: Line 113:
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
* [[:Category:Deletion requests|Deletion requests]]

Revision as of 17:13, 1 November 2022

SNES Development Wiki

Reference

General

Registers

Pinouts

Peripherals

PPU

Sound

Expansions

Formats

Examples and Guides

General

SNES hardware

65c816 guides

Emulation

Video

Links

MediaWiki