Correct ReadMe.txt in Binary Directory

Correct obsolete reference to DiskList.txt in the ReadMe.txt file in the Binary Directory.

Thanks and credit to @shawnshekari (issue #390) for reporting this.
This commit is contained in:
Wayne Warthen
2024-02-28 12:32:11 -08:00
parent ab1e9ccab8
commit 285853e65d
12 changed files with 14 additions and 7 deletions

View File

@@ -10,6 +10,11 @@ distributed with RomWBW. Specifically, RomWBW provides a set
of floppy and hard disk images in the Binary directory of the
distribution. The contents of these images is listed here.
**NOTE:** This document has become somewhat out-of-date. I apologize
for this. It is very difficult to maintain due to the volume of
disk content updates and the way that files are dynamically merged
into disk images during the build process.
The files on the disk images were sourced from a variety of locations.
The primary sources of these files are listed below. Note that the
primary documentation for each of these sources is listed. You are
@@ -20,7 +25,7 @@ on using the applications and files listed.
- **RomWBW**: RomWBW Custom Applications
Documentation: RomWBW Applications.pdf*
Documentation: *RomWBW Applications.pdf*
These files are custom applications built exclusively to enhance the
functionality of RomWBW. In some cases they are built from scratch
@@ -28,7 +33,7 @@ on using the applications and files listed.
- **CPM22**: Digital Research CP/M-80 2.2 Distribution Files
Documentation: CPM Manual.pdf
Documentation: *CPM Manual.pdf*
These files are from the official Digital Research distribution
of CP/M 2.2. Applications have been patched according to the

View File

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