- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
This is my first GBC game (also DMG and SGB compatible), a clone of the arcade machine Duality from GTA:SA. It’s free / open-source under the GPL license. Check out my blog post about Duality or the Duality project site.
You must log in or # to comment.
Neato. Kudos not only for doing this, but also documenting it so thoroughly!
Whoa great writeup! This is a fantastic technical writeup of the stack as well. I’ll take a look sometime.
Nice work! Excited to try it out.
No way you also made it work with the printer lol
The GBDK-2020 already comes with a gbprinter example. I just based my printer driver on that, although I did clean up the example code quite a bit.
So if someone is looking for a good foundation for a gbprinter driver, this may help.