From ed19edf2839b10ed1431257b7a5af1f1e162136a Mon Sep 17 00:00:00 2001 From: akatsuki-py Date: Sun, 26 Jan 2020 20:06:25 +0900 Subject: [PATCH] add my own emulator into EMULATORS.md --- EMULATORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EMULATORS.md b/EMULATORS.md index 2aaad0f..9088cd6 100644 --- a/EMULATORS.md +++ b/EMULATORS.md @@ -49,3 +49,4 @@ | [xgbc](https://github.com/kotcrab/xgbc) | Kotlin | | | [UEFIBoy](https://github.com/RossMeikleham/UEFIBoy) | UEFI | | | [Peanut-GB](https://github.com/deltabeard/Peanut-GB) | C | A high performance, inaccurate, DMG emulator single header library written in C99. Comes with examples, such as [Peanut-SDL](https://github.com/deltabeard/Peanut-GB/tree/master/examples/sdl2), which uses its own [APU implementation](https://github.com/deltabeard/Peanut-GB/tree/master/examples/sdl2/peanut_apu), or optionally Shay Green's gb_apu. MIT. | +| [Worldwide](https://github.com/Akatsuki-py/Worldwide) | Go | Cross platform and full-featured GBC emulator. |