From 5a75ca6935730c5b045c297597c340068eceedb0 Mon Sep 17 00:00:00 2001 From: Shellywell123 <44142139+Shellywell123@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:03:02 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee84cbb..c241a20 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,5 @@ make build Quick thanks to the other community projects that made this project so simple. - [scraly/learning-go-by-examples](https://github.com/scraly/learning-go-by-examples) for the example template. - [danmrichards/go-gba-pong](https://github.com/danmrichards/go-gba-pong) for the key press method. +- [andychase](https://github.com/andychase/gbajs2/issues/24) for the ROM loading logic. +- [andychase](https://github.com/andychase/gbajs2) for the gbjs2 fork.