We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d0e042 + 51cd3ee commit dcefa18Copy full SHA for dcefa18
si/cic.c
@@ -21,6 +21,7 @@
21
22
#define CRC_NUS_5101 0x587BD543U
23
#define CRC_NUS_6101 0x6170A4A1U
24
+#define CRC_NUS_7102 0x009E9EA3U
25
#define CRC_NUS_6102 0x90BB6CB5U
26
#define CRC_NUS_6103 0x0B050EE0U
27
#define CRC_NUS_6105 0x98BC2C86U
@@ -37,6 +38,7 @@ int get_cic_seed(const uint8_t *rom_data, uint32_t *cic_seed) {
37
38
if (aleck64crc == CRC_NUS_5101) *cic_seed = CIC_SEED_NUS_5101;
39
else switch (crc) {
40
case CRC_NUS_6101:
41
+ case CRC_NUS_7102:
42
*cic_seed = CIC_SEED_NUS_6101;
43
break;
44
0 commit comments