From 66c4c6f3c1e80f9d8a57929269a87998a62b1bf7 Mon Sep 17 00:00:00 2001 From: Stan Roelofs Date: Sun, 29 Mar 2020 22:38:54 +0200 Subject: [PATCH] Update EMULATORS.md (#170) --- EMULATORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EMULATORS.md b/EMULATORS.md index 9e4db9d..ebd501f 100644 --- a/EMULATORS.md +++ b/EMULATORS.md @@ -50,3 +50,4 @@ | [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 (Japanese) | +| [Kotlin-Gameboy-Emulator](https://github.com/stan-roelofs/Kotlin-Gameboy-Emulator) | Kotlin | Cross platform DMG emulator |