https://github.com/mdsteele/gbfxr
An SFXR-like sound generator for Game Boy
https://github.com/mdsteele/gbfxr
gameboy
Last synced: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T23:48:36.000Z (over 5 years ago)
- Last Synced: 2025-02-09T15:41:34.302Z (over 1 year ago)
- Topics: gameboy
- Language: Assembly
- Homepage:
- Size: 40 KB
- Stars: 3
- 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).