Browse Source

Add UMAP

- UMAP application has been added to the ZPM3 and NZCOM disk images.
work
Wayne Warthen 2 years ago
parent
commit
fd59d2e4f8
  1. BIN
      Source/Images/Common/Z3/u14/UMAP18.CFG
  2. BIN
      Source/Images/Common/Z3/u15/UMAP.COM
  3. 2
      Source/ver.inc
  4. 2
      Source/ver.lib

BIN
Source/Images/Common/Z3/u14/UMAP18.CFG

Binary file not shown.

BIN
Source/Images/Common/Z3/u15/UMAP.COM

Binary file not shown.

2
Source/ver.inc

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

2
Source/ver.lib

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

Loading…
Cancel
Save