SNESdev Wiki: Difference between revisions
From SNESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) (→Links: SNES central has useful stuff) |
Rainwarrior (talk | contribs) m (no periods for consistency) |
||
Line 46: | Line 46: | ||
=== Sound === | === Sound === | ||
* [[S-SMP]] - SNES SHVC-SOUND chip includes the S-SMP / SPC-700 CPU and S-DSP | * [[S-SMP]] - SNES SHVC-SOUND chip includes the S-SMP / SPC-700 CPU and S-DSP | ||
* [[SPC-700 instruction set]] | * [[SPC-700 instruction set]] | ||
* [[DSP envelopes]] | * [[DSP envelopes]] | ||
Line 76: | Line 76: | ||
* [[Division]] | * [[Division]] | ||
* [[DMA examples]] | * [[DMA examples]] | ||
* [[Blargg SPC upload]] - Playing an SPC rip on SNES hardware | * [[Blargg SPC upload]] - Playing an SPC rip on SNES hardware | ||
=== 65c816 guides === | === 65c816 guides === |
Revision as of 17:13, 1 November 2022
SNES Development Wiki
Reference
General
- Memory map
- ROM header
- CPU vectors
- SNES Development Manual
- 65C816 - SNES main CPU, part of the S-CPU
- Tools
- Timing
- Errata
- Glossary
Registers
Pinouts
Peripherals
PPU
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
General
SNES hardware
- Init code
- VBlank interrupts
- Booting the SPC700
- Controller reading
- Multiplication
- Division
- DMA examples
- Blargg SPC upload - Playing an SPC rip on SNES hardware
65c816 guides
Emulation
Video
- VBlank routine
- SNES PPU for NES developers
- Scrolling a large map
- Drawing window shapes
- HDMA examples
- Mode 7 perspective effects
- Starting HDMA mid-frame
- Variable width fonts
- Extending vblank
Links
- SNESdev Forum - NESDev subforum
- Fullsnes - Nocash's SNES hardware document
- Superfamicom.org SNES Development Wiki
- Super NES Programming Wikibooks
- Superfamicom.org SNES cartridge database
- SNES Central - game database and PCB images
- Anomie's SNES documents at RHDN