Skip to content

Commit 433bb85

Browse files
committed
resources: improve disambiguation note
1 parent 8911f05 commit 433bb85

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

website/resources.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,25 @@ This project is open source and community-lead. Come <a href="https://gbdev.io/c
5252
frameborder="0" allowfullscreen></iframe>
5353
<br></div>
5454

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.
72+
73+
:::
7274

7375
## Documentation
7476

0 commit comments

Comments
 (0)