Nintendo Game Boy (GB), part of GameDB.
GB.data.json
: All data, structured in the JSON formatGB.data.tsv
: All data, structured in the TSV formatGB.release_dates.pdf
: Histogram of release dates, stratified by regionGB.titles.json
: Mapping of serial numbers to game titles, structured in the JSON format
GB games don't have unique internal game IDs or serial numbers. The following 2 fields can be used to uniquely identify a game:
- The Internal Title, which is at offsets
0x0134
through0x013E/0x0143
(inclusive) of the ROM header - The Global Checksum, which is at offsets
0x014E
through0x014F
(inclusive) of the ROM header
The game folders within games
are named as follows (i.e., these 2 fields delimited by .....
):
INTERNAL_TITLE.....GLOBAL_CHECKSUM
- Whitespace in the internal title is stripped
- Special characters in the internal title are replaced with
_