Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jareklupinski/standalone-nes-synth
A helpful dev board for creating NES synth interfaces
https://github.com/jareklupinski/standalone-nes-synth
Last synced: 3 days ago
JSON representation
A helpful dev board for creating NES synth interfaces
- Host: GitHub
- URL: https://github.com/jareklupinski/standalone-nes-synth
- Owner: jareklupinski
- License: unlicense
- Created: 2018-07-05T05:41:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T05:47:07.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:06:53.053Z (3 months ago)
- Language: C++
- Size: 967 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# standalone-nes-synth
A helpful dev board for creating NES synth interfacesA huge thanks to kevtris https://www.youtube.com/channel/UCOkbec10-yP76r-NXibyMew for all the help figuring out how to keep the NES in an infinite loop! Wouldn't have gotten anywhere without that tip :)
This board gives you an easy way to abstract the necessary hardware for driving an NES CPU from your interface application. The NES CPU is kept in an infinite loop, with note data shifted in through the shift registers.
![schematic](standalone-nes-synth-schematic.png)
![board](standalone-nes-synth-board.png)
![photo](standalone-nes-synth-photo.png)
![photo2](standalone-nes-synth-photo2.png)