diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-10-04 11:05:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 10:05:02 -0500 |
| commit | b70837f5ea79b51021e7ede1468b2aac3cea4b13 (patch) | |
| tree | 7d89c9012b00419c2d0bfd6c747a28f662c44540 /docs | |
| parent | 70a83f647fa5927d69ea10ff99af24b5ef657095 (diff) | |
N64 PAL 1.0 support (#3182)
* initial n64 pal 1.0 support - hashes and rominfo
* initial xml copy pal 1.0
* initial offset fixes
* update title copyright to be platform based
* bump lus for clearMtx
* add scripted xml definitions
* offset fixes and xml fixups
* rename and sort pal mq definition
* more offset fixes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/supportedHashes.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/supportedHashes.json b/docs/supportedHashes.json index 70198f29f..587a64a55 100644 --- a/docs/supportedHashes.json +++ b/docs/supportedHashes.json @@ -1,5 +1,9 @@ [ { + "name": "PAL 1.0", + "sha1": "328a1f1beba30ce5e178f031662019eb32c5f3b5" + }, + { "name": "PAL 1.1", "sha1": "cfbb98d392e4a9d39da8285d10cbef3974c2f012" }, |
