From 757fe93c5cb0770efc5217679c967647dddfc15d Mon Sep 17 00:00:00 2001 From: Zach Collins <76573299+7thSamurai@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:53:47 -0500 Subject: [PATCH] Added link to gb-archive backup mirror of Gambatte (#237) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2963612..700e7bd 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,8 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html - [Mooneye GB](https://github.com/Gekkio/mooneye-gb) - Research project and emulator in Rust. - [mGBA](https://github.com/mgba-emu/mgba) - Modern cross platform GBA emulator which also runs GB/GBC games. - [Binjgb](https://github.com/binji/binjgb) - 5Kloc emulator that passes most of the tests. *Rewind- feature. Runs in the browser using WebAssembly. -- [Gambatte](https://github.com/sinamas/gambatte) - Cross-platform and accurate emulator. +- [Gambatte](https://github.com/gb-archive/gambatte) - Cross-platform and accurate emulator. + - [MetroBoy](https://github.com/aappleby/MetroBoy) - A playable, circuit-level simulation of an entire Game Boy. - [gbe-plus](https://github.com/shonumi/gbe-plus) - A recently rewritten emulator that has a large effort in preserving the functions of obscure accessories (such as IR link, Mobile Network GB, Barcode Boy, GB Printer, local and online GB Serial Link Cable, ... ) - [Emulicious](https://emulicious.net/) - Provides accurate emulation and includes powerful tools such as a profiler and source-level debugging for ASM and C via a [VS Code debug adapter](https://marketplace.visualstudio.com/items?itemName=emulicious.emulicious-debugger).