1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-02 12:13:04 +02:00

EMULATORS.md: Add Peanut-GB (#141)

This commit is contained in:
Mahyar Koshkouei
2019-08-21 18:37:20 +01:00
committed by Antonio Vivace
parent 7fb3b898c6
commit efbccff1cb

View File

@@ -48,3 +48,4 @@
| [goboy](https://github.com/Humpheh/goboy) | Go | | | [goboy](https://github.com/Humpheh/goboy) | Go | |
| [xgbc](https://github.com/kotcrab/xgbc) | Kotlin | | | [xgbc](https://github.com/kotcrab/xgbc) | Kotlin | |
| [UEFIBoy](https://github.com/RossMeikleham/UEFIBoy) | UEFI | | | [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. |