You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/resources.md
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -52,23 +52,25 @@ This project is open source and community-lead. Come <a href="https://gbdev.io/c
52
52
frameborder="0" allowfullscreen></iframe>
53
53
<br></div>
54
54
55
-
> ### Disambiguation
56
-
>
57
-
> #### Game Boy Advance
58
-
>
59
-
> Game Boy Advance development is covered by another project, the [awesome-GBAdev](https://github.com/gbdev/awesome-gbadev) list.
60
-
> GBA, however, can run GB/GBC games. It does so in a slightly different way compared to native hardware. This is covered in the Emulator Development section of this list.
61
-
>
62
-
> #### Game Boy Color and Super Game Boy
63
-
>
64
-
> This list is focused on the original (1989) Game Boy (DMG), the _Game Boy Color_ (GBC) and _Super Game Boy_ (SGB) are very similar systems, with a few important distinctions, such as:
65
-
>
66
-
> - Different hardware specifications
67
-
> - Specific hardware and software features
68
-
> - Specific registers
69
-
> - Specific bugs, quirks and exploitable behaviours
70
-
>
71
-
> If you aim to develop your software for SGB or GBC, or you want to know how it runs on the other systems, you may want to take advantage and adapt to these differences, check the [Game Boy Color](#game-boy-color) category and look for specific references to GBC/CGB and SGB.
55
+
::: note Disambiguation: GBA vs GB/GBC
56
+
57
+
###### Game Boy Advance
58
+
59
+
Game Boy Advance development is covered by another project, the [awesome-GBAdev](https://github.com/gbdev/awesome-gbadev) list.
60
+
GBA, however, can run GB/GBC games. It does so in a slightly different way compared to native hardware. This is covered in the Emulator Development section of this list.
61
+
62
+
###### Game Boy Color and Super Game Boy
63
+
64
+
This list is focused on the original (1989) Game Boy (DMG). _Game Boy Color_ (GBC) and _Super Game Boy_ (SGB) are very similar systems, with a few important distinctions, such as:
65
+
66
+
- Different hardware specifications
67
+
- Specific hardware and software features
68
+
- Specific registers
69
+
- Specific bugs, quirks and exploitable behaviours
70
+
71
+
If you aim to develop your software for SGB or GBC, or you want to know how it runs on the other systems, you may want to take advantage and adapt to these differences, check the [Game Boy Color](#game-boy-color) category and look for specific references to GBC/CGB and SGB.
0 commit comments