We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61569a8 commit bd3ce15Copy full SHA for bd3ce15
src/boards.c
@@ -90,7 +90,7 @@ void enumerate_boards(void)
90
debug(" boards: Found board at $%08lX\n", (LONG)board->board_address);
91
92
/* Determine Zorro type */
93
- if (cd->cd_Rom.er_Type & ERT_ZORROIII) {
+ if ((cd->cd_Rom.er_Type & ERT_TYPEMASK) == ERT_ZORROIII) {
94
board->board_type = BOARD_ZORRO_III;
95
} else {
96
board->board_type = BOARD_ZORRO_II;
0 commit comments