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.
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
rmj equ 3
|
|
rmn equ 2
|
|
rup equ 1
|
|
rtp equ 0
|
|
biosver macro
|
|
db "3.2.1-rc.1"
|
|
endm
|