From 461f4eb8e69fcace3a5b58a9ced3f20a3c8a3a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Mon, 17 Apr 2023 12:24:15 +0100 Subject: [PATCH] Add Boytacean to EMULATORS (#244) --- EMULATORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EMULATORS.md b/EMULATORS.md index 79bdc55..62f3762 100644 --- a/EMULATORS.md +++ b/EMULATORS.md @@ -54,3 +54,4 @@ | [Emux](https://github.com/Washi1337/Emux) | C# | | | [Y2Dmg](https://github.com/Y2JB/DMG) | C# | Fully featured DMG emulator written in C#. Passes Blargg's test roms and supports most games. Core is cross platform (.net core), renderer is Windows only.| | [Gandalf](https://github.com/stan-roelofs/Gandalf) | C++ | Cross-platform GB, GBC emulator with an SDL/ImGui frontend that provides several debugging features. | +| [Boytacean](https://github.com/joamag/boytacean) | Rust | A Game Boy emulator that is written in Rust, with a beautiful Web interface that makes use of WASM. |