Minor Cosmetic Cleanup

No functional changes.
This commit is contained in:
Wayne Warthen
2023-03-05 07:10:22 -08:00
parent 7f186df54d
commit f5cb22da8f
12 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@@ -2021,7 +2021,7 @@ str_diaglvl .db "\r\n\r\nHBIOS Diagnostic Level: ",0
;
str_help .db "\r\n"
.db "\r\n L - List ROM Applications"
.db "\r\n D - Disk Device Inventory"
.db "\r\n D - Device Inventory"
.db "\r\n R - Reboot System"
#if (BIOS == BIOS_WBW)
.db "\r\n I <u> [<c>] - Set Console Interface/Baud code"

View File

@@ -2,7 +2,7 @@
#DEFINE RMN 2
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.2.0-rc.1"
#DEFINE BIOSVER "3.2.0-rc.2"
#define rmj RMJ
#define rmn RMN
#define rup RUP

View File

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