From 1c06ea677f0c747f1c7099b2b0330671d3ef3303 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 29 Dec 2023 19:02:38 -0600 Subject: [PATCH] [nostalgia] Add links to Tonc and GBATEK to developer-handbook --- developer-handbook.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/developer-handbook.md b/developer-handbook.md index 72761911..a6142053 100644 --- a/developer-handbook.md +++ b/developer-handbook.md @@ -63,6 +63,13 @@ All components have a platform indicator next to them: ### GBA +The GBA has two major resources for learning about its hardware: + +* [Tonc](https://www.coranac.com/tonc/text/toc.htm) - This is basically a short + book on the GBA and low level development. +* [GBATEK](https://rust-console.github.io/gbatek-gbaonly/) - This is a more + concise resource that mostly tells about memory ranges and registers. + #### Graphics * Background Palette: 256 colors