Browse Source

Issue v3.5 Release Candidate

pull/507/head v3.5.0-rc.0
Wayne Warthen 11 months ago
parent
commit
3c7e3d7586
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. 2
      RELEASE_NOTES.md
  2. 3397
      Source/ReadMe.txt
  3. 5081
      Source/Sample_Build.log
  4. 2
      Source/ver.inc
  5. 2
      Source/ver.lib

2
RELEASE_NOTES.md

@ -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:

3397
Source/ReadMe.txt

File diff suppressed because it is too large

5081
Source/Sample_Build.log

File diff suppressed because it is too large

2
Source/ver.inc

@ -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

2
Source/ver.lib

@ -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

Loading…
Cancel
Save