An open API service indexing awesome lists of open source software.

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

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).