Handle Overflow in CPUSPD

Edge case where the CPU speed detection routine would overflow in a fast emulator and return a speed of 0.000 MHz.  Modified to fail back to the default CPU speed from the config file if an overflow occurs.
This commit is contained in:
Wayne Warthen
2023-04-09 12:48:36 -07:00
parent 51d962aeab
commit 53e201bd28
3 changed files with 14 additions and 13 deletions

View File

@@ -3,5 +3,5 @@ rmn equ 2
rup equ 1
rtp equ 0
biosver macro
db "3.2.1-rc.0"
db "3.2.1-rc.1"
endm