We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a9e19 commit d5aa675Copy full SHA for d5aa675
NETWORK.md
@@ -80,6 +80,9 @@ images from the online databases:
80
* Game Boy Advance: 6-character Game ID (e.g. `AXVE01`)
81
* Nintendo DS: 4-character Game ID (e.g. `ATRE`)
82
* Nintendo 3DS: Product ID (e.g. `CTR-P-AXCE`) and region code.
83
+* Nintendo Entertainment System: CRC32 of the first 8 KiB of PRG ROM, and
84
+ if present, CRC32 of the first 8 KiB of CHR ROM.
85
+* Nintendo Famicom Disk System: Game ID from the disk header.
86
* amiibo: 64-bit amiibo ID (e.g. `00000000-00000002`)
87
* Neo Geo Pocket (Color): Game ID (e.g. `NEOP0001`). For certain games
88
with invalid IDs (e.g. homebrew), the game title is also used.
0 commit comments