https://github.com/mdsteele/nesfxr
An SFXR-like sound generator for the NES
https://github.com/mdsteele/nesfxr
nes
Last synced: about 1 year ago
JSON representation
An SFXR-like sound generator for the NES
- Host: GitHub
- URL: https://github.com/mdsteele/nesfxr
- Owner: mdsteele
- License: mit
- Created: 2021-10-19T21:38:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:01:59.000Z (over 1 year ago)
- Last Synced: 2025-02-09T15:41:29.573Z (over 1 year ago)
- Topics: nes
- Language: Assembly
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nesfxr
An [SFXR](https://www.drpetter.se/project_sfxr.html)-like sound generator for
the NES.
## Building
To compile, first
[install cc65](https://wiki.nesdev.org/w/index.php/Installing_CC65), then run
`make`. The ROM file will be placed at `./out/nesfxr.nes`, and from there can
be loaded into an NES emulator.
## License
`nesfxr` is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).