https://github.com/dknight/nes.template
The minimal NES/Famicom setup that compiles and allows start build your game immediately.
https://github.com/dknight/nes.template
Last synced: 18 days ago
JSON representation
The minimal NES/Famicom setup that compiles and allows start build your game immediately.
- Host: GitHub
- URL: https://github.com/dknight/nes.template
- Owner: dknight
- Created: 2026-05-13T16:28:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-13T17:38:42.000Z (about 1 month ago)
- Last Synced: 2026-05-13T19:28:24.681Z (about 1 month ago)
- Language: Assembly
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NES Program Template
Getting started with NES development can be difficult because even a simple program requires a lot of boilerplate code. This template provides a minimal setup that compiles and displays an **@** symbol that can be moved around the screen using the D-pad. Everything is already configured so you can immediately start building your game.

Also check setup NES develop for GNU Linux [setup](https://www.whoop.ee/post/nes-development-on-linux.html).
## Current Limitations
Memory bank switching is not supported yet. The template currently supports only a single PRG bank.
## License
- MIT
- NES/Famicom is a trademark of Nintendo Co., Ltd.