Update S100 Monitor to v0.34

This commit is contained in:
Wayne Warthen
2023-07-22 18:56:37 -07:00
parent faaba69554
commit bdb8dc020b
3 changed files with 1198 additions and 209 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
#DEFINE RMN 3
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.3.0-dev.35"
#DEFINE BIOSVER "3.3.0-dev.36"
#define rmj RMJ
#define rmn RMN
#define rup RUP

View File

@@ -3,5 +3,5 @@ rmn equ 3
rup equ 0
rtp equ 0
biosver macro
db "3.3.0-dev.35"
db "3.3.0-dev.36"
endm