- UMAP application has been added to the ZPM3 and NZCOM disk images.
This commit is contained in:
Wayne Warthen
2024-07-30 11:06:25 -07:00
parent e021735876
commit fd59d2e4f8
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,7 +2,7 @@
#DEFINE RMN 5
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.5.0-dev.63"
#DEFINE BIOSVER "3.5.0-dev.64"
#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-dev.63"
db "3.5.0-dev.64"
endm