Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tophercantrell/retro-nes
Old-school development
https://github.com/tophercantrell/retro-nes
Last synced: about 7 hours ago
JSON representation
Old-school development
- Host: GitHub
- URL: https://github.com/tophercantrell/retro-nes
- Owner: topherCantrell
- Created: 2024-08-26T17:38:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T00:01:13.000Z (11 days ago)
- Last Synced: 2024-11-07T00:37:47.626Z (11 days ago)
- Language: Assembly
- Size: 4.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development on the old Nintendo NES
Projects:
- [Building a Development Cartridge](devCartridge/README.md)
- [Bit-Banging Serial Through the Controller Port](bitbangSerial/README.md)
- [Adding a True Serial Port for 115200 Baud](serialPort/README.md)## Links
I bought this book:
https://www.manning.com/books/classic-game-programming-on-the-nes
![](art/book.jpg)
Emulator (single file for windows):
https://github.com/SourMesen/Mesen2
For syntax highlighting, I'm using the plugin: https://marketplace.visualstudio.com/items?itemName=EngineDesigns.retroassembler
The code tools are my own:
https://github.com/topherCantrell/opcodetools