From 79a08524115a421937331c96d3a0ee1219e80c50 Mon Sep 17 00:00:00 2001 From: "Tobias V. Langhoff" Date: Mon, 27 Nov 2017 12:58:29 +0100 Subject: [PATCH] Add mGBA, a GBA emulator that also runs GB/GBC games (#64) Closes #63 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d035be..8ce0833 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r - [SuperGameHerm](https://code.foxkit.us/emulators/supergameherm) - Cross platform emulator written in C11. - [Coffee GB](https://github.com/trekawek/coffee-gb) - Java 8. - [gomeboycolor](https://github.com/djhworld/gomeboycolor) - Go, cross platform [documented](http://djhworld.github.io/gomeboycolor/) emulator. +- [mGBA](https://github.com/mgba-emu/mgba) - A modern cross platform GBA emulator which also runs GB/GBC games. Written in C. ## Software Development