Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdsteele/gbfxr
An SFXR-like sound generator for Game Boy
https://github.com/mdsteele/gbfxr
gameboy
Last synced: 15 days ago
JSON representation
An SFXR-like sound generator for Game Boy
- Host: GitHub
- URL: https://github.com/mdsteele/gbfxr
- Owner: mdsteele
- License: mit
- Created: 2020-10-17T21:31:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T23:48:36.000Z (about 4 years ago)
- Last Synced: 2024-10-19T03:58:05.129Z (26 days ago)
- Topics: gameboy
- Language: Assembly
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gbfxr
An [SFXR](https://www.drpetter.se/project_sfxr.html)-like sound generator for
Game Boy.## Building
To compile, first install [RGBDS](https://rgbds.gbdev.io/install), then run
`make`. The ROM file will be placed at `./out/gbfxr.gb`, and from there can be
loaded into a Game Boy emulator.## License
gbfxr is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).