From 6e7d488d66f93e57b56c1c6122da1130eced1b80 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Fri, 23 Nov 2018 19:16:38 +0100 Subject: [PATCH] Add goboy emulator --- EMULATORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EMULATORS.md b/EMULATORS.md index 90a9a4e..b7dd122 100644 --- a/EMULATORS.md +++ b/EMULATORS.md @@ -43,4 +43,5 @@ | [Gambattye](https://github.com/Ben10do/Gambattye) | Swift | macOS, powered by a fork of Gambatte | | [wasmBoy](https://github.com/torch2424/wasmBoy) | Web Assembly (AssemblyScript) | GB/GBC *Library* written for Web Assembly using AssemblyScript. Shell/Debugger in Preact.| | [vaporBoy](https://github.com/torch2424/vaperBoy) | Javascript | PWA. Powered by [wasmBoy](https://github.com/torch2424/wasmBoy) | -| [elmBoy](https://github.com/Malax/elmboy) | Elm | | \ No newline at end of file +| [elmBoy](https://github.com/Malax/elmboy) | Elm | | +| [goboy](https://github.com/Humpheh/goboy) | Go | |