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: 8 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T15:54:31.000Z (about 3 years ago)
- Last Synced: 2025-01-16T11:54:25.450Z (over 1 year ago)
- Language: Assembly
- Size: 36.1 KB
- Stars: 1
- 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.