1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-01 19:52:38 +02:00

Update EMULATORS.md (#170)

This commit is contained in:
Stan Roelofs
2020-03-29 22:38:54 +02:00
committed by GitHub
parent dcda1068f0
commit 66c4c6f3c1

View File

@@ -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 |