From c9e37f0705836578fcb6c132e78452a20e7b34b5 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sat, 29 Sep 2018 01:41:59 +0200 Subject: [PATCH] Ordering, improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23e2ac9..fe34126 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r - [The Game Boy, a hardware autopsy](https://www.youtube.com/playlist?list=PLu3xpmdUP-GRDp8tknpXC_Y4RUQtMMqEu). - [The Ultimate Game Boy Talk](https://media.ccc.de/v/33c3-8029-the_ultimate_game_boy_talk). - [Emulation of Nintendo Game Boy](https://github.com/Baekalfen/PyBoy/blob/master/PyBoy.pdf) - Overview of the Game Boy hardware with the perspective of building an emulator. -- [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d615409fd) - Writeup offering a brief overview of the Game Boy's capabilities, discussing the pros and cons of the available development tools, and providing tips to write more efficient code. +- [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d615409fd) - Overview of the Game Boy's capabilities, discussing the pros and cons of the available development tools, and providing tips to write more efficient code. > #### Disambiguation > @@ -203,8 +203,8 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r ### Emulators - [BGB](http://bgb.bircd.org/) - Powerful Game Boy emulator and debugger. Provides an accurate hardware emulation. -- [Mooneye GB](https://github.com/Gekkio/mooneye-gb) - Research project and emulator in Rust. - [SameBoy](https://github.com/LIJI32/SameBoy) - Accurate emulator with a wide range of powerful debugging features. +- [Mooneye GB](https://github.com/Gekkio/mooneye-gb) - Research project and emulator in Rust. - [Gambatte](https://github.com/sinamas/gambatte) - Open-source, cross-platform and accurate emulator for Game Boy and Game Boy Color. A lot more of emulators, written in various languages/stacks, can be found in the [Open Source emulators](EMULATORS.md) list.