mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Minor Cosmetic Cleanup
No functional changes.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
|
|||||||
**RomWBW ReadMe** \
|
**RomWBW ReadMe** \
|
||||||
Version 3.2 \
|
Version 3.2 \
|
||||||
Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \
|
Wayne Warthen ([wwarthen@gmail.com](mailto:wwarthen@gmail.com)) \
|
||||||
23 Feb 2023
|
05 Mar 2023
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
RomWBW ReadMe
|
RomWBW ReadMe
|
||||||
Wayne Warthen (wwarthen@gmail.com)
|
Wayne Warthen (wwarthen@gmail.com)
|
||||||
23 Feb 2023
|
05 Mar 2023
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
Source/Doc/UART Baud Rate Options.xlsx
Normal file
BIN
Source/Doc/UART Baud Rate Options.xlsx
Normal file
Binary file not shown.
@@ -2021,7 +2021,7 @@ str_diaglvl .db "\r\n\r\nHBIOS Diagnostic Level: ",0
|
|||||||
;
|
;
|
||||||
str_help .db "\r\n"
|
str_help .db "\r\n"
|
||||||
.db "\r\n L - List ROM Applications"
|
.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"
|
.db "\r\n R - Reboot System"
|
||||||
#if (BIOS == BIOS_WBW)
|
#if (BIOS == BIOS_WBW)
|
||||||
.db "\r\n I <u> [<c>] - Set Console Interface/Baud code"
|
.db "\r\n I <u> [<c>] - Set Console Interface/Baud code"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#DEFINE RMN 2
|
#DEFINE RMN 2
|
||||||
#DEFINE RUP 0
|
#DEFINE RUP 0
|
||||||
#DEFINE RTP 0
|
#DEFINE RTP 0
|
||||||
#DEFINE BIOSVER "3.2.0-rc.1"
|
#DEFINE BIOSVER "3.2.0-rc.2"
|
||||||
#define rmj RMJ
|
#define rmj RMJ
|
||||||
#define rmn RMN
|
#define rmn RMN
|
||||||
#define rup RUP
|
#define rup RUP
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ rmn equ 2
|
|||||||
rup equ 0
|
rup equ 0
|
||||||
rtp equ 0
|
rtp equ 0
|
||||||
biosver macro
|
biosver macro
|
||||||
db "3.2.0-rc.1"
|
db "3.2.0-rc.2"
|
||||||
endm
|
endm
|
||||||
|
|||||||
Reference in New Issue
Block a user