Issue v3.5 Release Candidate

This commit is contained in:
Wayne Warthen
2025-02-24 12:30:05 -08:00
parent f359f5fb61
commit 890726b301
5 changed files with 5087 additions and 3397 deletions

View File

@@ -51,7 +51,7 @@ release of RomWBW.
allows OS to recover from applications that reprogram the TMS
video display controller.
- Implemented "application" RAM banks that can be discovered bia
- Implemented "application" RAM banks that can be discovered via
the HBIOS API.
- Documentation improvements (Mark Pruden), including:

File diff suppressed because it is too large Load Diff

5081
Source/Sample_Build.log Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
#DEFINE RMN 5
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.5.0-beta.10"
#DEFINE BIOSVER "3.5.0-rc.0"
#define rmj RMJ
#define rmn RMN
#define rup RUP

View File

@@ -3,5 +3,5 @@ rmn equ 5
rup equ 0
rtp equ 0
biosver macro
db "3.5.0-beta.10"
db "3.5.0-rc.0"
endm