Skip to content

Commit

Permalink
Add multiplier for 030
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Dec 6, 2023
1 parent c35f907 commit 99402f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/firmware/rosco_m68k_firmware/cpuspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ uint32_t cpuspeed(uint8_t model) {
mult = 26;
} else if (model == 2) {
mult = 30;
} else if (model == 3) {
mult = 32;
} else {
mult = 0;
}
Expand Down

0 comments on commit 99402f2

Please sign in to comment.