Skip to content

Commit

Permalink
Sigmastar: add mercury6 identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Apr 17, 2024
1 parent b9a1091 commit b60eb30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hal/sstar.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ bool sstar_detect_cpu(char *chip_name) {
case INFINITY6B:
strcpy(chip_name, "SSC33X");
break;
case MERCURY6:
strcpy(chip_name, "SSC35X");
break;
case INFINITY6C:
strcpy(chip_name, "SSC37X");
break;
Expand Down
1 change: 1 addition & 0 deletions src/hal/sstar.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define INFINITY2M 0xF0 // Taiyaki
#define INFINITY6E 0xF1 // Pudding
#define INFINITY6B 0xF2 // Ispahan
#define MERCURY6 0xF4 // Tiramisu
#define PIONEER3 0xF5 // Ikayaki
#define INFINITY6C 0xF9 // Maruko

Expand Down

0 comments on commit b60eb30

Please sign in to comment.