From 1fbabc80d30c31fab9dc16e4edc047e6a80d2d91 Mon Sep 17 00:00:00 2001 From: pingu Date: Wed, 1 Apr 2026 12:17:25 +0200 Subject: [PATCH] Update with sources --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index dad7a1d..4bfbace 100644 --- a/README.org +++ b/README.org @@ -3,3 +3,8 @@ 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. + +* 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]]