mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
Remove inaccurate Aleck 64 CIC detection
This commit is contained in:
parent
c866fd7dbb
commit
fc1aa31383
@ -1 +1 @@
|
||||
Subproject commit bcd85256afcb501950601f186e39482ad4e642bc
|
||||
Subproject commit 92b4fcd070d7cd726bda4fe79d4ab6f1a78f4e6e
|
@ -113,9 +113,6 @@ cic_type_t cic_detect (uint8_t *ipl3) {
|
||||
switch (cic_calculate_ipl3_checksum(ipl3, 0x91)) {
|
||||
case 0x8618A45BC2D3ULL: return CIC_x105; // 6105 / 7105
|
||||
}
|
||||
switch (cic_calculate_ipl3_checksum(ipl3, 0xAC)) {
|
||||
case 0x5930D81014DAULL: return CIC_5101; // Aleck 64
|
||||
}
|
||||
switch (cic_calculate_ipl3_checksum(ipl3, 0xDD)) {
|
||||
case 0x6EE8D9E84970ULL: return CIC_8401; // NDXJ0
|
||||
case 0x6C216495C8B9ULL: return CIC_8301; // NDDJ0
|
||||
|
Loading…
Reference in New Issue
Block a user