Programming: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (1 revision: Rest of pages not related to reference) |
MetalSlime (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
* [[:Category:Programming Demos|Programming Demos]] | * [[:Category:Programming Demos|Programming Demos]] | ||
*[[Programming Libraries]] | *[[Programming Libraries]] | ||
*[[Programming Mappers]] | |||
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 13:14, 20 June 2009
NES programming. Things to learn from it.
- Before the basics
- Installing CC65
- Programming Basics
- PPU Basics
- Programming Demos
- Programming Libraries
- Programming Mappers
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.