mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Issue v3.5 Release Candidate
This commit is contained in:
@@ -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
3397
Source/ReadMe.txt
File diff suppressed because it is too large
Load Diff
5081
Source/Sample_Build.log
Normal file
5081
Source/Sample_Build.log
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user