Files
Pegasys-RomWBW/Source/ver.lib
Wayne Warthen 53e201bd28 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.
2023-04-09 12:48:36 -07:00

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