From 9632b89084e0beb9b0f5331ebfafe14cd10a52a8 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sun, 20 Aug 2017 17:16:06 +0200 Subject: [PATCH] Moved disambiguation section --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bf20e5a..7d7d148 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,10 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, related projects and open-source ROMs. Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. -#### Disambiguation: Game Boy, Game Boy Color and Super Game Boy - ->Although this documentation is focused on the original (1989) Game Boy (DMG), the Game Boy Color (GBC) and Super Game Boy (SGB) are very similar systems, with few important distictions, such as: -> ->- Different hardware specifications ->- Specific hardware and software features ->- Specific registers ->- Specific bugs and exploitable behaviours -> ->If you aim to develop your software for SGB or GBC, or you want to know how it runs on the others system, you may want to take advantage and adapt to these differences, check for specific references to GBC/CGB and SGB in the documentation section. - ## Contents - [Intro](#intro) + + [Disambiguation](#disambiguation) - [Community](#community) - [Documentation](#documentation) - [Peripherals](#peripherals) @@ -50,6 +40,17 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r - [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. +#### Disambiguation + +Although this documentation is focused on the original (1989) Game Boy (DMG), the *Game Boy Color* (GBC) and *Super Game Boy* (SGB) are very similar systems, with few important distictions, such as: + +- Different hardware specifications +- Specific hardware and software features +- Specific registers +- Specific bugs and exploitable behaviours + +If you aim to develop your software for SGB or GBC, or you want to know how it runs on the others system, you may want to take advantage and adapt to these differences, check for specific references to GBC/CGB and SGB in the documentation section. + ## Community - [gbdev Discord Server](https://discord.gg/gpBxq85) - [#gbdev on EFnet](http://chat.efnet.org/?channels=gbdev) - IRC channel.