diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-07-10 21:43:12 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-07-10 21:43:12 -0400 |
commit | 1e9befdf1868aeef584847af8524ef279d0b0905 (patch) | |
tree | 230622a5f4f2f105eeab2b34efa5a46decd908c8 /tools/stadium.c | |
parent | 80a3f7e1baea5a17ba039bdfe62d848f73288119 (diff) |
Comment explaining what the "base" Stadium data is for
Diffstat (limited to 'tools/stadium.c')
-rw-r--r-- | tools/stadium.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/stadium.c b/tools/stadium.c index 65753112d..479cccdfa 100644 --- a/tools/stadium.c +++ b/tools/stadium.c @@ -26,7 +26,8 @@ typedef enum Base { BASE_NONE, BASE_US, BASE_EU, BASE_DEBUG } Base; -// Base data format: "base", 1, version, CRC (big-endian), 16 unknown bytes +// Base data format: "base", 1, version byte, CRC (big-endian), +// 16 bytes = a 128-bit mask of which banks Stadium can skip comparing uint8_t us_base[BASESIZE] = {'b', 'a', 's', 'e', 1, 0, 0, 0, 0x40, 0x11, 0x00, 0x22, 0x00, 0x3A, 0xF3, 0x38, |