Programming guide: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(→‎Tutorials (stub): This is illegal, you know)
No edit summary
Line 4: Line 4:
=== General reference ===
=== General reference ===
* [[Getting started]] (not done yet)
* [[Getting started]] (not done yet)
* [[PPU power up state|Waiting for the PPU to power on]]
* [[CHR-ROM vs CHR-RAM]] and how to switch an NROM project from the former to the latter
* [[CHR-ROM vs CHR-RAM]] and how to switch an NROM project from the former to the latter
* [[Emulation Libraries]]
* [[Emulation Libraries]]

Revision as of 04:33, 24 December 2010

The programming guide is the complement to the nes reference guide. You will find more in dept documentation about specific topics, tutorials to the most common problem encountered, a list of existing tools that will assist you during you development phase and more. If you're new to nes development, you should give a look to the getting started section first.


General reference

Tutorials (stub)

Libraries and samples

Links