From a2ba9e1ca6344fca8896e6fd2da62984edf117a0 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Mon, 5 Feb 2018 20:48:14 +0100 Subject: [PATCH] Add gameboy core --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0922fe2..d30e41a 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r - [gnuboy](https://github.com/rofl0r/gnuboy) - ANSI C. - [SmartGear](https://github.com/bitbank2/sg_free) - C++, SDL2. Focus on optimized performance for resource-limited devices. GTK or direct framebuffer build. - [wasmBoy](https://github.com/torch2424/wasmBoy) - Web Assembly +- [gameboycore](https://github.com/nnarain/gameboycore) - C++ emulation backend. Dependency free C++11 library. ## Software Development