Programming guide
From NESdev Wiki
Jump to navigationJump to search
General reference
- CHR-ROM vs CHR-RAM
- Graphic tools
- Audio tools
Tutorials (stub)
- Compression
- Programming Mappers
- How to organize data (interleaved, column based, screen based compressed etc)
- How to scroll an infinite map
- How to scroll with less artifact
- How to split the screen for a status bar
- How to do parallax scrolling with the scroll register
- How to keep state
- Frame based algorithm
- Trick of the trade from well known commercial games
- Music, how to make, to play, sound fx
- NMI, best practices
- Do and don't