Programming: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
MetalSlime (talk | contribs) No edit summary |
MetalSlime (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
*[[Programming Libraries]] | *[[Programming Libraries]] | ||
*[[Programming Mappers]] | *[[Programming Mappers]] | ||
*[[Compression]] | |||
One way to learn about correct NES programming and the dangers of testing only on emulators is to study [[Program Compatibility|programs that fail]] on NES hardware. | One way to learn about correct NES programming and the dangers of testing only on emulators is to study [[Program Compatibility|programs that fail]] on NES hardware. |
Revision as of 00:11, 23 June 2009
NES programming. Things to learn from it.
- Before the basics
- Installing CC65
- Programming Basics
- PPU Basics
- Programming Demos
- Programming Libraries
- Programming Mappers
- Compression
One way to learn about correct NES programming and the dangers of testing only on emulators is to study programs that fail on NES hardware.