Update with sources

This commit is contained in:
2026-04-01 12:17:25 +02:00
parent 8876614390
commit 1fbabc80d3

View File

@@ -3,3 +3,8 @@
This aims to be an emulator for the gameboy color, made in Haskell for the memes. This aims to be an emulator for the gameboy color, made in Haskell for the memes.
It as of right now has no particular ambitions, but rather an exploration of emulating that system, one bit at the time. It as of right now has no particular ambitions, but rather an exploration of emulating that system, one bit at the time.
* Sources
Information about the system was found from the following:
- [[https://gekkio.fi/files/gb-docs/gbctr.pdf][Game Boy: Complete Technical reference]]
- [[https://rylev.github.io/DMG-01/public/book/introduction.html][DMG-01: How to Emulate a Game Boy]]