Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoomten/gb-soundengine
This is a simple yet dumb sound engine for the GameBoy.
https://github.com/zoomten/gb-soundengine
Last synced: about 6 hours ago
JSON representation
This is a simple yet dumb sound engine for the GameBoy.
- Host: GitHub
- URL: https://github.com/zoomten/gb-soundengine
- Owner: ZoomTen
- License: gpl-2.0
- Created: 2015-08-14T09:21:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T08:48:21.000Z (about 9 years ago)
- Last Synced: 2023-03-03T13:42:04.002Z (over 1 year ago)
- Language: Assembly
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZoomTen's GameBoy Sound Engine
This is a simple yet dumb sound engine for the GameBoy.
I pretty much made this to learn how GameBoy sound plays. It's heavily commented too.
Includes:
* This readme
* GPL v2 license
* The sound engine itself
* code to build a GBS file(coming soon: Sound test ROM)
[**BUILD.md**](BUILD.md) contains instructions to build a GBS file with the sound engine.