Skip to content

Commit

Permalink
Remove inaccurate Aleck 64 CIC detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Dec 14, 2023
1 parent c866fd7 commit fc1aa31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion libdragon
3 changes: 0 additions & 3 deletions src/boot/cic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc1aa31

Please sign in to comment.