mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Disk Catalog & Loader Console Command
- Disk Catalog document has been added to the Doc directory courtesy of Mykl Orders. - Loader enhanced to allow switching the console device before booting OS or ROM app.
This commit is contained in:
828
Source/Doc/Catalog.md
Normal file
828
Source/Doc/Catalog.md
Normal file
@@ -0,0 +1,828 @@
|
||||
!include(Common.inc)
|
||||
!def(document)(Disk Catalog)
|
||||
!def(author)(Mykl Orders)
|
||||
---
|
||||
title: |
|
||||
| !product
|
||||
| Version !ver
|
||||
|
|
||||
| !document
|
||||
author: !author (mailto:!authmail)
|
||||
date: !date
|
||||
institution: !orgname
|
||||
documentclass: article
|
||||
classoption:
|
||||
- oneside
|
||||
toc: true
|
||||
papersize: letter
|
||||
geometry:
|
||||
- top=1.5in
|
||||
- bottom=1.5in
|
||||
- left=1.0in
|
||||
- right=1.0in
|
||||
# - showframe
|
||||
linestretch: 1.25
|
||||
colorlinks: true
|
||||
fontfamily: helvet
|
||||
fontsize: 12pt
|
||||
header-includes:
|
||||
- |
|
||||
```{=latex}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{xhfill}
|
||||
\renewcommand*{\familydefault}{\sfdefault}
|
||||
\setstretch{1.25} % for TOC
|
||||
```
|
||||
---
|
||||
|
||||
```{=latex}
|
||||
\clearpage
|
||||
\pagestyle{fancyplain}
|
||||
\fancyhf{}
|
||||
\pagenumbering{arabic}
|
||||
\lhead{\fancyplain{}{\nouppercase{\footnotesize \bfseries \leftmark \hfill !product !document}}}
|
||||
\lfoot{\small RetroBrew Computing Group ~~ {\xrfill[3pt]{1pt}[cyan]} ~~ \thepage}
|
||||
```
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# RomWBW Distribution File Catalog
|
||||
|
||||
This document is a reference to the files found on the disk media
|
||||
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.
|
||||
|
||||
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
|
||||
strongly encouraged to refer to this documentation for more information
|
||||
on using the applications and files listed.
|
||||
|
||||
## Sources
|
||||
|
||||
- **RomWBW**: RomWBW Custom Applications
|
||||
|
||||
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
|
||||
while others are customized versions of well known CP/M tools.
|
||||
|
||||
- **CPM22**: Digital Research CP/M-80 2.2 Distribution Files
|
||||
|
||||
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
|
||||
DRI patch list.
|
||||
|
||||
- **ZSDOS**: ZSDOS 1.1 Disk Operating System Distribution Files
|
||||
|
||||
Documentation: *ZSDOS Manual.pdf*
|
||||
|
||||
These files are from the official ZSDOS 1.1 distribution. Some of
|
||||
the files are redistributions of applications from other sources.
|
||||
|
||||
- **ZCPR**: ZCPR 1.0 Command Processor Distribution Files
|
||||
|
||||
Documentation: *ZCPR Manual.pdf*
|
||||
|
||||
These files are from the ZCPR 1.0 distribution.
|
||||
|
||||
- **NZCOM**: NZCOM Automatic Z-System Distribution Files
|
||||
|
||||
Documentation: *NZCOM Users Manual.pdf*
|
||||
|
||||
These files are from the last official release of NZCOM.
|
||||
|
||||
- **CPM3**: Digital Research CP/M 3 Distribution Files
|
||||
|
||||
Documentation: *CPM3 Users Guide.pdf*, *CPM3 System Guide.pdf*,
|
||||
*CPM3 Programmers Guide.pdf*, *CPM3 Command Summary.pdf*
|
||||
|
||||
These files are from the official Digital Research distribution of
|
||||
CP/M 3. Applications have been patched according to the DRI
|
||||
patch list.
|
||||
|
||||
- **ZPM3**: Digital Research CP/M-80 2.2 Distribution Files
|
||||
|
||||
Documentation: *CPM Manual.pdf*
|
||||
|
||||
These files are from Simeon Cran's ZPM3 operating system distribution.
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# CPM 2.2 Boot Disk
|
||||
|
||||
| Floppy Disk Image: **fd_cpm22.img**
|
||||
| Hard Disk Image: **hd_cpm22.img**
|
||||
| Combo Disk Image: **Slice 0**
|
||||
|
||||
| **User 0** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ASM.COM` | CPM22 | DRI 8080 Assembler |
|
||||
| `CR.COM` | -- | Crunch archiver |
|
||||
| `DDT.COM` | CPM22 | DRI Dynamic Debugger |
|
||||
| `DDTZ.DOC` | -- | Z80 replacement for DDT |
|
||||
| `DIRX.COM` | -- | Directory lister with file sizes |
|
||||
| `DUMP.COM` | CPM22 | DRI type contents of disk file in hex |
|
||||
| `ED.COM` | CPM22 | DRI context editor |
|
||||
| `KERMIT.COM` | -- | Generic CP/M 2.2 Kermit communication application |
|
||||
| `LBREXT.COM` | -- | Extract library files |
|
||||
| `LIB.COM` | -- | DRI Library manager |
|
||||
| `LINK.COM` | -- | DRI CPM relocatable linker |
|
||||
| `LOAD.COM` | -- | DRI hex file loader into memory |
|
||||
| `MAC.COM` | -- | DRI CPM macro assembler |
|
||||
| `MBASIC.COM` | -- | Microsoft Basic |
|
||||
| `PIP.COM` | CPM22 | DRI Periperal Interchange Program |
|
||||
| `PMARC.COM` | -- | LHA file compressor |
|
||||
| `PMEXT.COM` | -- | Extractor for PMARC archives |
|
||||
| `RMAC.COM` | -- | DRI Relocatable Macro Assembler |
|
||||
| `STAT.COM` | CPM22 | DRI statistices about file storage and device assignment |
|
||||
| `SUBMIT.COM` | CPM22 | DRI batch processor |
|
||||
| `UNCR.COM` | -- | NZCOM Uncrunch decompression |
|
||||
| `UNZIP.COM` | -- | Extractor for ZIP archives |
|
||||
| `XSUB.COM` | CPM22 | DRI eXtended submit |
|
||||
| `ZSID.COM` | -- | DRI Z80 symbolic instruction debugger |
|
||||
| `ASSIGN.COM` | RomWBW | RomWBW Drive/Slice mapper |
|
||||
| `FAT.COM` | RomWBW | RomWBW FAT filesystem access |
|
||||
| `FDU.COM` | RomWBW | RomWBW Floppy Disk Utility |
|
||||
| `FORMAT.COM` | RomWBW | RomWBW media formatter (placeholder) |
|
||||
| `INTTEST.COM` | RomWBW | RomWBW Interrupt test |
|
||||
| `MODE.COM` | RomWBW | RomWBW Modify serial port characteristics |
|
||||
| `RTC.COM` | RomWBW | RomWBW Display and set RTC |
|
||||
| `SURVEY.COM` | RomWBW | System survey |
|
||||
| `SYSCOPY.COM` | RomWBW | RomWBW Read/write system boot image |
|
||||
| `SYSGEN.COM` | RomWBW | DRI CPM SYSGEN to put CPM onto a new drive |
|
||||
| `TALK.COM` | RomWBW | RomWBW Direct console I/O to a serial port |
|
||||
| `TIMER.COM` | RomWBW | RomWBW Display timer tick counter |
|
||||
| `TUNE.COM` | RomWBW | RomWBW Play PT or MYM sound files |
|
||||
| `XM.COM` | RomWBW | RomWBW XMODEM file transfer |
|
||||
| `CPM.SYS` | RomWBW | CPM2.2 system image |
|
||||
| `CLRDIR.COM` | -- | Max Scane's disk directory cleaner |
|
||||
| `COMPARE.COM` | -- | FoxHollow compare two files |
|
||||
| `DDTZ.COM` | -- | Z80 replacement for DDT |
|
||||
| `FDISK80.COM` | -- | John Coffman's Partition editor for FAT filesystem |
|
||||
| `FLASH.COM` | -- | Will Sowerbutts' in-situ EEPROM programmer |
|
||||
| `NULU.COM` | -- | NZCOM new library utility |
|
||||
| `UNARC.COM` | -- | Extractor for ARC archives |
|
||||
| `ZAP.COM` | -- | Disk editor/patcher |
|
||||
| `ZDE.COM` | -- | Z-system display editor |
|
||||
| `ZDENST.COM` | -- | ZDE Installer |
|
||||
|
||||
| **User 1** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `SAMPKEY.DOC` | -- | ZDE Distribution File |
|
||||
| `SAMPKEY.ZDK` | -- | ZDE Distribution File |
|
||||
| `SAMPKEY.ZDT` | -- | ZDE Distribution File |
|
||||
| `ZDE10.DOC` | -- | ZDE Distribution File |
|
||||
| `ZDE10.FOR` | -- | ZDE Distribution File |
|
||||
| `ZDE10.NEW` | -- | ZDE Distribution File |
|
||||
| `ZDE10.QRF` | -- | ZDE Distribution File |
|
||||
| `ZDE10.TOC` | -- | ZDE Distribution File |
|
||||
| `ZDE13.FOR` | -- | ZDE Distribution File |
|
||||
| `ZDE13.NEW` | -- | ZDE Distribution File |
|
||||
| `ZDE16.COM` | -- | ZDE Distribution File |
|
||||
| `ZDE16.DIR` | -- | ZDE Distribution File |
|
||||
| `ZDE16.FIX` | -- | ZDE Distribution File |
|
||||
| `ZDE16.FOR` | -- | ZDE Distribution File |
|
||||
| `ZDE16.NEW` | -- | ZDE Distribution File |
|
||||
| `ZDE16A.COM` | -- | ZDE Distribution File |
|
||||
| `ZDE16A.PAT` | -- | ZDE Distribution File |
|
||||
| `ZDENST16.COM` | -- | ZDE Distribution File |
|
||||
| `ZDEPROP.DOC` | -- | ZDE Distribution File |
|
||||
| `ZDEPROP.Z80` | -- | ZDE Distribution File |
|
||||
| `ZDKCOM13.COM` | -- | ZDE Distribution File |
|
||||
| `ZDKCOM13.DOC` | -- | ZDE Distribution File |
|
||||
|
||||
| **User 3** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ATTACK.PT3` | -- | Sound File |
|
||||
| `BACKUP.PT3` | -- | Sound File |
|
||||
| `BADMICE.PT3` | -- | Sound File |
|
||||
| `DEMO.MYM` | -- | Sound File |
|
||||
| `DEMO1.MYM` | -- | Sound File |
|
||||
| `DEMO3.MYM` | -- | Sound File |
|
||||
| `DEMO3MIX.MYM` | -- | Sound File |
|
||||
| `DEMO4.MYM` | -- | Sound File |
|
||||
| `HOWRU.PT3` | -- | Sound File |
|
||||
| `ITERATN.PT3` | -- | Sound File |
|
||||
| `LOOKBACK.PT3` | -- | Sound File |
|
||||
| `LOUBOUTN.PT3` | -- | Sound File |
|
||||
| `NAMIDA.PT3` | -- | Sound File |
|
||||
| `RECOLL.PT3` | -- | Sound File |
|
||||
| `SANXION.PT3` | -- | Sound File |
|
||||
| `SYNCH.PT3` | -- | Sound File |
|
||||
| `TOSTAR.PT3` | -- | Sound File |
|
||||
| `VICTORY.PT3` | -- | Sound File |
|
||||
| `WICKED.PT3` | -- | Sound File |
|
||||
| `YEOLDE.PT3` | -- | Sound File |
|
||||
| `YEOVIL.PT3` | -- | Sound File |
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# ZSDOS 1.1 Boot Disk
|
||||
|
||||
| Floppy Disk Image: **fd_zsdos.img**
|
||||
| Hard Disk Image: **hd_zsdos.img**
|
||||
| Combo Disk Image: **Slice 1**
|
||||
|
||||
| **User 0** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ASM.COM` | CPM22 | DRI 8080 Assembler |
|
||||
| `CLOCKS.DAT` | ZSDOS | ZSDOS Library of clock drivers |
|
||||
| `COPY.CFG` | ZSDOS | ZSDOS Configuration file for COPY.COM |
|
||||
| `COPY.COM` | ZSDOS | ZSDOS File copier with file dates and archiving |
|
||||
| `COPY.UPD` | ZSDOS | ZSDOS ??? |
|
||||
| `CR.COM` | -- | Crunch archiver |
|
||||
| `DATSWEEP.COM` | ZSDOS | ZSDOS Comprehensive file management utility |
|
||||
| `DDT.COM` | CPM22 | DRI Dynamic Debugger |
|
||||
| `DDTZ.DOC` | -- | Z80 replacement for DDT |
|
||||
| `DIRX.COM` | -- | Directory lister with file sizes |
|
||||
| `DSCONFIG.COM` | ZSDOS | ZSDOS DATSWEEP configuration tool |
|
||||
| `DUMP.COM` | CPM22 | DRI type contents of disk file in hex |
|
||||
| `ED.COM` | CPM22 | DRI context editor |
|
||||
| `FA16.CFG` | ZSDOS | ZSDOS FILEATTR.COM v1.6 configuration file |
|
||||
| `FA16.DOC` | ZSDOS | ZSDOS FILEATTR.COM v1.6 documentation |
|
||||
| `FA16A.FOR` | ZSDOS | ZSDOS FILEATTR.COM v1.6a information |
|
||||
| `FA16CFG.TXT` | ZSDOS | ZSDOS FILEATTR.COM v1.6 configuration instructions |
|
||||
| `FILEATTR.COM` | ZSDOS | ZSDOS Modify file attributes |
|
||||
| `FILEDATE.CFG` | ZSDOS | ZSDOS Configuration file for FILEDATE.COM |
|
||||
| `FILEDATE.COM` | ZSDOS | ZSDOS Disk directory that allows sorting and selecting by date and name |
|
||||
| `FILEDATE.COM` | ZSDOS | ZSDOS Disk directory that allows sorting and selecting by date and name |
|
||||
| `INITDIR.CFG` | ZSDOS | ZSDOS Configuration file for INITDIR.COM |
|
||||
| `INITDIR.COM` | ZSDOS | ZSDOS Prepare disks for P2DOS Stamps |
|
||||
| `KERMIT.COM` | -- | Generic CP/M 2.2 Kermit communication application |
|
||||
| `LBREXT.COM` | -- | Extract library files |
|
||||
| `LDDS.COM` | ZSDOS | Clock driver |
|
||||
| `LDNZT.COM` | ZSDOS | Clock driver |
|
||||
| `LDP2D.COM` | ZSDOS | Clock driver |
|
||||
| `LIB.COM` | -- | DRI Library manager |
|
||||
| `LINK.COM` | -- | DRI CPM relocatable linker |
|
||||
| `LOAD.COM` | -- | DRI hex file loader into memory |
|
||||
| `MAC.COM` | -- | DRI CPM macro assembler |
|
||||
| `MBASIC.COM` | -- | Microsoft Basic |
|
||||
| `PIP.COM` | CPM22 | DRI Periperal Interchange Program |
|
||||
| `PMARC.COM` | -- | LHA file compressor |
|
||||
| `PMEXT.COM` | -- | Extractor for PMARC archives |
|
||||
| `PUTBG.COM` | ZSDOS | ZSDOS Prepare disk for backgrounder |
|
||||
| `PUTDS.COM` | ZSDOS | ZSDOS Prepare disk for datestamper |
|
||||
| `RELOG.COM` | ZSDOS | ZSDOS relog disks after program that bypasses BDOS |
|
||||
| `RMAC.COM` | -- | DRI Relocatable Macro Assembler |
|
||||
| `SETTERM.COM` | ZSDOS | ZSDOS Installs terminal control codes into DateSamper utilities |
|
||||
| `SETUPZST.COM` | ZSDOS | ZSDOS Select clock driver |
|
||||
| `STAMPS.DAT` | ZSDOS | ZSDOS Library of stamping routines |
|
||||
| `STAT.COM` | CPM22 | DRI statistices about file storage and device assignment |
|
||||
| `SUBMIT.COM` | CPM22 | DRI batch processor |
|
||||
| `SUPERSUB.COM` | ZSDOS | |
|
||||
| `TD.CFG` | ZSDOS | ZSDOS Configuration file for TD.COM |
|
||||
| `TD.COM` | ZSDOS | ZSDOS Time/Date utility |
|
||||
| `TERMBASE.DAT` | ZSDOS | ZSDOS Terminal information library for SETTERM |
|
||||
| `TESTCLOK.COM` | ZSDOS | ZSDOS Test various clock drivers |
|
||||
| `UNCR.COM` | -- | NZCOM Uncrunch decompression |
|
||||
| `UNZIP.COM` | -- | Extractor for ZIP archives |
|
||||
| `XSUB.COM` | CPM22 | DRI eXtended submit |
|
||||
| `ZCAL.COM` | ZSDOS | ZSDOS Show month calendar |
|
||||
| `ZCNFG.COM` | ZSDOS | ZSDOS Configure various utilities |
|
||||
| `ZCNFG24.CFG` | ZSDOS | ZSDOS Configuration file for ZCNFG.COM |
|
||||
| `ZPATH.COM` | ZSDOS | ZSDOS Set BDOS and/or ZCPR command path |
|
||||
| `ZSCONFIG.COM` | ZSDOS | ZSDOS Dynamically regulate many of ZSDOS features |
|
||||
| `ZSID.COM` | -- | DRI Z80 symbolic instruction debugger |
|
||||
| `ZSVSTAMP.COM` | ZSDOS | ZSDOS Save/restore file timestamp |
|
||||
| `ZSVSTAMP.DOC` | ZSDOS | ZSDOS ZSVSTAMP.COM documentation |
|
||||
| `ZXD.CFG` | ZSDOS | ZSDOS Configuration file for ZXD.COM |
|
||||
| `ZXD.COM` | ZSDOS | ZSDOS Extended directory utility |
|
||||
| `ASSIGN.COM` | RomWBW | RomWBW Drive/Slice mapper |
|
||||
| `FAT.COM` | RomWBW | RomWBW FAT filesystem access |
|
||||
| `FDU.COM` | RomWBW | RomWBW Floppy Disk Utility |
|
||||
| `FORMAT.COM` | RomWBW | RomWBW media formatter (placeholder) |
|
||||
| `INTTEST.COM` | RomWBW | RomWBW Interrupt test |
|
||||
| `MODE.COM` | RomWBW | RomWBW Modify serial port characteristics |
|
||||
| `RTC.COM` | RomWBW | RomWBW Display and set RTC |
|
||||
| `SURVEY.COM` | RomWBW | System survey |
|
||||
| `SYSCOPY.COM` | RomWBW | RomWBW Read/write system boot image |
|
||||
| `SYSGEN.COM` | RomWBW | DRI CPM SYSGEN to put CPM onto a new drive |
|
||||
| `TALK.COM` | RomWBW | RomWBW Direct console I/O to a serial port |
|
||||
| `TIMER.COM` | RomWBW | RomWBW Display timer tick counter |
|
||||
| `TUNE.COM` | RomWBW | RomWBW Play PT or MYM sound files |
|
||||
| `XM.COM` | RomWBW | RomWBW XMODEM file transfer |
|
||||
| `ZSYS.SYS` | RomWBW | ZSDOS system image |
|
||||
| `CLRDIR.COM` | -- | Max Scane's disk directory cleaner |
|
||||
| `COMPARE.COM` | -- | FoxHollow compare two files |
|
||||
| `DDTZ.COM` | -- | Z80 replacement for DDT |
|
||||
| `FDISK80.COM` | -- | John Coffman's Partition editor for FAT filesystem |
|
||||
| `FLASH.COM` | -- | Will Sowerbutts' in-situ EEPROM programmer |
|
||||
| `NULU.COM` | -- | NZCOM new library utility |
|
||||
| `UNARC.COM` | -- | Extractor for ARC archives |
|
||||
| `ZAP.COM` | -- | Disk editor/patcher |
|
||||
| `ZDE.COM` | -- | Z-system display editor |
|
||||
| `ZDENST.COM` | -- | ZDE Installer |
|
||||
|
||||
| **User 1** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `SAMPKEY.DOC` | -- | ZDE Distribution File |
|
||||
| `SAMPKEY.ZDK` | -- | ZDE Distribution File |
|
||||
| `SAMPKEY.ZDT` | -- | ZDE Distribution File |
|
||||
| `ZDE10.DOC` | -- | ZDE Distribution File |
|
||||
| `ZDE10.FOR` | -- | ZDE Distribution File |
|
||||
| `ZDE10.NEW` | -- | ZDE Distribution File |
|
||||
| `ZDE10.QRF` | -- | ZDE Distribution File |
|
||||
| `ZDE10.TOC` | -- | ZDE Distribution File |
|
||||
| `ZDE13.FOR` | -- | ZDE Distribution File |
|
||||
| `ZDE13.NEW` | -- | ZDE Distribution File |
|
||||
| `ZDE16.COM` | -- | ZDE Distribution File |
|
||||
| `ZDE16.DIR` | -- | ZDE Distribution File |
|
||||
| `ZDE16.FIX` | -- | ZDE Distribution File |
|
||||
| `ZDE16.FOR` | -- | ZDE Distribution File |
|
||||
| `ZDE16.NEW` | -- | ZDE Distribution File |
|
||||
| `ZDE16A.COM` | -- | ZDE Distribution File |
|
||||
| `ZDE16A.PAT` | -- | ZDE Distribution File |
|
||||
| `ZDENST16.COM` | -- | ZDE Distribution File |
|
||||
| `ZDEPROP.DOC` | -- | ZDE Distribution File |
|
||||
| `ZDEPROP.Z80` | -- | ZDE Distribution File |
|
||||
| `ZDKCOM13.COM` | -- | ZDE Distribution File |
|
||||
| `ZDKCOM13.DOC` | -- | ZDE Distribution File |
|
||||
|
||||
| **User 3** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ATTACK.PT3` | -- | Sound File |
|
||||
| `BACKUP.PT3` | -- | Sound File |
|
||||
| `BADMICE.PT3` | -- | Sound File |
|
||||
| `DEMO.MYM` | -- | Sound File |
|
||||
| `DEMO1.MYM` | -- | Sound File |
|
||||
| `DEMO3.MYM` | -- | Sound File |
|
||||
| `DEMO3MIX.MYM` | -- | Sound File |
|
||||
| `DEMO4.MYM` | -- | Sound File |
|
||||
| `HOWRU.PT3` | -- | Sound File |
|
||||
| `ITERATN.PT3` | -- | Sound File |
|
||||
| `LOOKBACK.PT3` | -- | Sound File |
|
||||
| `LOUBOUTN.PT3` | -- | Sound File |
|
||||
| `NAMIDA.PT3` | -- | Sound File |
|
||||
| `RECOLL.PT3` | -- | Sound File |
|
||||
| `SANXION.PT3` | -- | Sound File |
|
||||
| `SYNCH.PT3` | -- | Sound File |
|
||||
| `TOSTAR.PT3` | -- | Sound File |
|
||||
| `VICTORY.PT3` | -- | Sound File |
|
||||
| `WICKED.PT3` | -- | Sound File |
|
||||
| `YEOLDE.PT3` | -- | Sound File |
|
||||
| `YEOVIL.PT3` | -- | Sound File |
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# NZCOM Boot Disk
|
||||
|
||||
| Floppy Disk Image: **fd_nzcom.img**
|
||||
| Hard Disk Image: **hd_nzcom.img**
|
||||
| Combo Disk Image: **Slice 2**
|
||||
|
||||
| **User 0** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `!(C)1988` | NZCOM | |
|
||||
| `!NZ-COM` | NZCOM | |
|
||||
| `!VERS--1.2H` | NZCOM | |
|
||||
| `ALIAS.CMD` | NZCOM | NZCOM Aliases file for ARUNZ.COM |
|
||||
| `ARUNZ.COM` | NZCOM | NZCOM Invoke an alias in ALIAS.CMD |
|
||||
| `BGZRDS19.LBR` | NZCOM | |
|
||||
| `CLEDINST.COM` | NZCOM | Command line editing and history shell installer |
|
||||
| `CLEDSAVE.COM` | NZCOM | Write command line history to disk |
|
||||
| `CONFIG.LBR` | NZCOM | |
|
||||
| `COPY.COM` | NZCOM | ZSDOS File copier with file dates and archiving |
|
||||
| `CPSET.COM` | NZCOM | NZCOM Create multiple definitions for CRT and PRT |
|
||||
| `CRUNCH.COM` | NZCOM | NZCOM Text compression |
|
||||
| `DOCFILES.LBR` | NZCOM | |
|
||||
| `EDITNDR.COM` | NZCOM | NZCOM Associate names with directories |
|
||||
| `FCP.LBR` | NZCOM | NZCOM ??? Flow control |
|
||||
| `FF.COM` | NZCOM | NZCOM File finder |
|
||||
| `HELP.COM` | NZCOM | DRI CPM+ |
|
||||
| `HLPFILES.LBR` | NZCOM | |
|
||||
| `IF.COM` | NZCOM | NZCOM Flow condition tester for FCP |
|
||||
| `JETLDR.COM` | NZCOM | NZCOM General-purpose module loader |
|
||||
| `KERMIT.COM` | -- | Generic CP/M 2.2 Kermit communication application |
|
||||
| `LBREXT.COM` | NZCOM | Extract library files |
|
||||
| `LBRHELP.COM` | NZCOM | |
|
||||
| `LDIR.COM` | NZCOM | NZCOM Display the directory of a library |
|
||||
| `LPUT.COM` | NZCOM | NZCOM Put files into a library |
|
||||
| `LSH-HELP.COM` | NZCOM | |
|
||||
| `LSH.COM` | NZCOM | |
|
||||
| `LSH.WZ` | NZCOM | |
|
||||
| `LSHINST.COM` | NZCOM | |
|
||||
| `LX.COM` | NZCOM | NZCOM Extract and execute a memeber of a library |
|
||||
| `MKZCM.COM` | NZCOM | NZCOM NZCOM system defining utility |
|
||||
| `NAME.COM` | NZCOM | NZCOM Name a drive/user |
|
||||
| `NZ-DBASE.INF` | NZCOM | NZCOM Dbase information |
|
||||
| `NZBLITZ.COM` | NZCOM | |
|
||||
| `NZBLTZ14.CFG` | NZCOM | |
|
||||
| `NZBLTZ14.HZP` | NZCOM | |
|
||||
| `NZCOM.COM` | NZCOM | NZCOM system loader from CP/M |
|
||||
| `NZCOM.LBR` | NZCOM | NZCOM Library of NZCOM system modules |
|
||||
| `NZCPR.LBR` | NZCOM | NZCOM Default command processor |
|
||||
| `PATH.COM` | NZCOM | NZCOM Set/display command search path |
|
||||
| `PUBLIC.COM` | NZCOM | |
|
||||
| `PWD.COM` | NZCOM | |
|
||||
| `RCP.LBR` | NZCOM | NZCOM Resident command package |
|
||||
| `RELEASE.NOT` | NZCOM | |
|
||||
| `SAINST.COM` | NZCOM | |
|
||||
| `SALIAS.COM` | NZCOM | NZCOM Screen alias |
|
||||
| `SAVENDR.COM` | NZCOM | NZCOM Save named directory assignments to a file |
|
||||
| `SDZ.COM` | NZCOM | NZCOM Super directory |
|
||||
| `SHOW.COM` | NZCOM | NZCOM Show resident commands |
|
||||
| `SUB.COM` | NZCOM | |
|
||||
| `SUBMIT.COM` | -- | DRI batch processor |
|
||||
| `TCAP.LBR` | NZCOM | NZCOM Terminal capability descriptor library |
|
||||
| `TCJ.INF` | NZCOM | |
|
||||
| `TCJ25.WZ` | NZCOM | |
|
||||
| `TCJ26.WZ` | NZCOM | |
|
||||
| `TCJ27.WZ` | NZCOM | |
|
||||
| `TCJ28.WZ` | NZCOM | |
|
||||
| `TCJ29.WZ` | NZCOM | |
|
||||
| `TCJ30.WZ` | NZCOM | |
|
||||
| `TCJ31UPD.WZ` | NZCOM | |
|
||||
| `TCJ32.WZ` | NZCOM | |
|
||||
| `TCJ33UPD.WZ` | NZCOM | |
|
||||
| `TCSELECT.COM` | NZCOM | NZCOM Create terminal capability file |
|
||||
| `TY3ERA.COM` | NZCOM | NZCOM Type-3 transient program to erase a file |
|
||||
| `TY3REN.COM` | NZCOM | NZCOM Type-3 transient program to rename a file |
|
||||
| `TY4ERA.COM` | NZCOM | NZCOM Type-4 transient program to erase a file |
|
||||
| `TY4REN.COM` | NZCOM | NZCOM Type-4 transient program to rename a file |
|
||||
| `TY4SAVE.COM` | NZCOM | NZCOM Type-4 transient program to save memory to a file |
|
||||
| `TY4SP.COM` | NZCOM | NZCOM Type-4 transient program ti display disk space |
|
||||
| `UNCRUNCH.COM` | NZCOM | NZCOM Text decompressor |
|
||||
| `VIEW.COM` | NZCOM | |
|
||||
| `XTCAP.COM` | NZCOM | |
|
||||
| `Z3LOC.COM` | NZCOM | NZCOM Display the addresses of the ZCPR3 CCP, BDOS, and BIOS |
|
||||
| `Z3TCAP.TCP` | NZCOM | NZCOM Database of terminal descriptors |
|
||||
| `ZCNFG.COM` | NZCOM | ZSDOS Configure various utilities |
|
||||
| `ZERR.COM` | NZCOM | |
|
||||
| `ZEX.COM` | NZCOM | NZCOM Memory-based batch processor |
|
||||
| `ZF-DIM.COM` | NZCOM | NZCOM ZFILER shell for dim-video terminals |
|
||||
| `ZF-REV.COM` | NZCOM | NZCOM ZFILER shell for reverse-video terminals |
|
||||
| `ZFILEB38.LZT` | NZCOM | |
|
||||
| `ZFILER.CMD` | NZCOM | NZCOM Macro script file for ZFILER |
|
||||
| `ZHELPERS.LZT` | NZCOM | |
|
||||
| `ZLT.COM` | NZCOM | |
|
||||
| `ZNODES66.LZT` | NZCOM | |
|
||||
| `ZSDOS.ZRL` | NZCOM | |
|
||||
| `ZSYSTEM.IZF` | NZCOM | |
|
||||
| `ASSIGN.COM` | RomWBW | RomWBW Drive/Slice mapper |
|
||||
| `FAT.COM` | RomWBW | RomWBW FAT filesystem access |
|
||||
| `FDU.COM` | RomWBW | RomWBW Floppy Disk Utility |
|
||||
| `FORMAT.COM` | RomWBW | RomWBW media formatter (placeholder) |
|
||||
| `INTTEST.COM` | RomWBW | RomWBW Interrupt test |
|
||||
| `MODE.COM` | RomWBW | RomWBW Modify serial port characteristics |
|
||||
| `RTC.COM` | RomWBW | RomWBW Display and set RTC |
|
||||
| `SURVEY.COM` | RomWBW | System survey |
|
||||
| `SYSCOPY.COM` | RomWBW | RomWBW Read/write system boot image |
|
||||
| `SYSGEN.COM` | RomWBW | DRI CPM SYSGEN to put CPM onto a new drive |
|
||||
| `TALK.COM` | RomWBW | RomWBW Direct console I/O to a serial port |
|
||||
| `TIMER.COM` | RomWBW | RomWBW Display timer tick counter |
|
||||
| `TUNE.COM` | RomWBW | RomWBW Play PT or MYM sound files |
|
||||
| `XM.COM` | RomWBW | RomWBW XMODEM file transfer |
|
||||
| `CPM.SYS` | RomWBW | |
|
||||
| `ZSYS.SYS` | RomWBW | |
|
||||
| `CLRDIR.COM` | -- | Max Scane's disk directory cleaner |
|
||||
| `COMPARE.COM` | -- | FoxHollow compare two files |
|
||||
| `DDTZ.COM` | -- | Z80 replacement for DDT |
|
||||
| `FDISK80.COM` | -- | John Coffman's Partition editor for FAT filesystem |
|
||||
| `FLASH.COM` | -- | Will Sowerbutts' in-situ EEPROM programmer |
|
||||
| `NULU.COM` | -- | NZCOM new library utility |
|
||||
| `UNARC.COM` | -- | Extractor for ARC archives |
|
||||
| `ZAP.COM` | -- | Disk editor/patcher |
|
||||
| `ZDE.COM` | -- | Z-system display editor |
|
||||
| `ZDENST.COM` | -- | ZDE Installer |
|
||||
|
||||
| **User 3** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ATTACK.PT3` | -- | Sound File |
|
||||
| `BACKUP.PT3` | -- | Sound File |
|
||||
| `BADMICE.PT3` | -- | Sound File |
|
||||
| `DEMO.MYM` | -- | Sound File |
|
||||
| `DEMO1.MYM` | -- | Sound File |
|
||||
| `DEMO3.MYM` | -- | Sound File |
|
||||
| `DEMO3MIX.MYM` | -- | Sound File |
|
||||
| `DEMO4.MYM` | -- | Sound File |
|
||||
| `HOWRU.PT3` | -- | Sound File |
|
||||
| `ITERATN.PT3` | -- | Sound File |
|
||||
| `LOOKBACK.PT3` | -- | Sound File |
|
||||
| `LOUBOUTN.PT3` | -- | Sound File |
|
||||
| `NAMIDA.PT3` | -- | Sound File |
|
||||
| `RECOLL.PT3` | -- | Sound File |
|
||||
| `SANXION.PT3` | -- | Sound File |
|
||||
| `SYNCH.PT3` | -- | Sound File |
|
||||
| `TOSTAR.PT3` | -- | Sound File |
|
||||
| `VICTORY.PT3` | -- | Sound File |
|
||||
| `WICKED.PT3` | -- | Sound File |
|
||||
| `YEOLDE.PT3` | -- | Sound File |
|
||||
| `YEOVIL.PT3` | -- | Sound File |
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# CP/M 3 Boot Disk
|
||||
|
||||
| Floppy Disk Image: **fd_cpm3.img**
|
||||
| Hard Disk Image: **hd_cpm3.img**
|
||||
| Combo Disk Image: **Slice 3**
|
||||
|
||||
| **User 0** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `DATE.COM` | CPM3 | DRI CPM+ Set or display the date and time |
|
||||
| `DEVICE.COM` | CPM3 | DRI CPM+ Assign logical devices with one or more physical devices |
|
||||
| `DIR.COM` | CPM3 | DRI CPM+ DIR with options |
|
||||
| `DUMP.COM` | CPM3 | DRI type contents of disk file in hex |
|
||||
| `ED.COM` | CPM3 | DRI context editor |
|
||||
| `ERASE.COM` | CPM3 | DRI file deletion |
|
||||
| `GENCOM.COM` | CPM3 | DRI CPM+ Generate special COM file with attached RSX files |
|
||||
| `GET.COM` | CPM3 | DRI CPM+ Temporarily get console input form a disk file |
|
||||
| `HELP.COM` | CPM3 | DRI CPM+ Display information on how to use commands |
|
||||
| `HELP.HLP` | CPM3 | DRI CPM+ Databse of help information for HELP.COM |
|
||||
| `HEXCOM.CPM` | CPM3 | DRI CPM+ Create a COM file from a nex file output by MAC |
|
||||
| `INITDIR.COM` | CPM3 | DRI CPM+ Initializes a disk to allow time and date stamping |
|
||||
| `KERMIT.COM` | -- | Generic CP/M 3 Kermit communication application |
|
||||
| `PATCH.COM` | CPM3 | DRI CPM+ Display or install patch to the CPM+ system or command files |
|
||||
| `PIP.COM` | CPM3 | DRI Periperal Interchange Program |
|
||||
| `PUT.COM` | CPM3 | DIR CPM+ Temporarily redirect printer or console output to a disk file |
|
||||
| `RENAME.COM` | CPM3 | DRI CPM+ Rename a file |
|
||||
| `ROMWBW.TXT` | RomWBW | |
|
||||
| `SAVE.COM` | CPM3 | DRI CPM+ Copy the contents of memory to a file |
|
||||
| `SET.COM` | CPM3 | DIR CPM+ Set file options |
|
||||
| `SETDEF.COM` | CPM3 | DIR CPM+ Set system options including the drive search chain |
|
||||
| `SHOW.COM` | CPM3 | DIR CPM+ Display disk and drive statistics |
|
||||
| `SUBMIT.COM` | CPM3 | DRI batch processor |
|
||||
| `TYPE.COM` | CPM3 | DIR CPM+ Display the contents of an ASCII character file |
|
||||
| `ZSID.COM` | CPM3 | DRI Z80 symbolic instruction debugger |
|
||||
| `CPMLDR.COM` | RomWBW | DRI CPM 3.0 loader |
|
||||
| `CPMLDR.SYS` | RomWBW | DRI CPM 3.0 loader |
|
||||
| `CCP.COM` | CPM3 | DRI CPM+ Console Command Processor |
|
||||
| `GENCPM.COM` | CPM3 | DRI CPM+ Create a memory image of CPM3.SYS |
|
||||
| `GENRES.DAT` | RomWBW | |
|
||||
| `GENBNK.DAT` | RomWBW | |
|
||||
| `BIOS3.SPR` | RomWBW | DRI CPM+ GENCPM input file for non-banked BIOS |
|
||||
| `BNKBIOS3.SPR` | RomWBW | DRI CPM+ GENCPM input file for banked BIOS |
|
||||
| `BDOS3.SPR` | CPM3 | DRI CPM+ GENCPM input file for the non-banked BDOS |
|
||||
| `BNKBDOS3.SPR` | CPM3 | DRI CPM+ GENCPM input file for banked BDOS |
|
||||
| `RESBDOS3.SPR` | CPM3 | DRI CPM+ GENCPM input file for resident BDOS |
|
||||
| `CPM3RES.SYS` | RomWBW | DRI CPM+ (non-banked) memory image |
|
||||
| `CPM3BNK.SYS` | RomWBW | DRI CPM+ (banked) memory image |
|
||||
| `GENCPM.DAT` | RomWBW | DRI CPM+ System generation tool data file |
|
||||
| `CPM3.SYS` | RomWBW | DRI CPM+ (non-banked) memory image |
|
||||
| `README.1ST` | CPM3 | |
|
||||
| `CPM3FIX.PAT` | CPM3 | |
|
||||
| `ASSIGN.COM` | RomWBW | RomWBW Drive/Slice mapper |
|
||||
| `FAT.COM` | RomWBW | RomWBW FAT filesystem access |
|
||||
| `FDU.COM` | RomWBW | RomWBW Floppy Disk Utility |
|
||||
| `FORMAT.COM` | RomWBW | RomWBW media formatter (placeholder) |
|
||||
| `INTTEST.COM` | RomWBW | RomWBW Interrupt test |
|
||||
| `MODE.COM` | RomWBW | RomWBW Modify serial port characteristics |
|
||||
| `RTC.COM` | RomWBW | RomWBW Display and set RTC |
|
||||
| `SURVEY.COM` | RomWBW | System survey |
|
||||
| `SYSCOPY.COM` | RomWBW | RomWBW Read/write system boot image |
|
||||
| `SYSGEN.COM` | RomWBW | DRI CPM SYSGEN to put CPM onto a new drive |
|
||||
| `TALK.COM` | RomWBW | RomWBW Direct console I/O to a serial port |
|
||||
| `TIMER.COM` | RomWBW | RomWBW Display timer tick counter |
|
||||
| `TUNE.COM` | RomWBW | RomWBW Play PT or MYM sound files |
|
||||
| `XM.COM` | RomWBW | RomWBW XMODEM file transfer |
|
||||
| `CLRDIR.COM` | -- | Max Scane's disk directory cleaner |
|
||||
| `COMPARE.COM` | -- | FoxHollow compare two files |
|
||||
| `DDTZ.COM` | -- | Z80 replacement for DDT |
|
||||
| `FDISK80.COM` | -- | John Coffman's Partition editor for FAT filesystem |
|
||||
| `FLASH.COM` | -- | Will Sowerbutts' in-situ EEPROM programmer |
|
||||
| `NULU.COM` | -- | NZCOM new library utility |
|
||||
| `UNARC.COM` | -- | Extractor for ARC archives |
|
||||
| `ZAP.COM` | -- | Disk editor/patcher |
|
||||
| `ZDE.COM` | -- | Z-system display editor |
|
||||
| `ZDENST.COM` | -- | ZDE Installer |
|
||||
|
||||
| **User 3** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ATTACK.PT3` | -- | Sound File |
|
||||
| `BACKUP.PT3` | -- | Sound File |
|
||||
| `BADMICE.PT3` | -- | Sound File |
|
||||
| `DEMO.MYM` | -- | Sound File |
|
||||
| `DEMO1.MYM` | -- | Sound File |
|
||||
| `DEMO3.MYM` | -- | Sound File |
|
||||
| `DEMO3MIX.MYM` | -- | Sound File |
|
||||
| `DEMO4.MYM` | -- | Sound File |
|
||||
| `HOWRU.PT3` | -- | Sound File |
|
||||
| `ITERATN.PT3` | -- | Sound File |
|
||||
| `LOOKBACK.PT3` | -- | Sound File |
|
||||
| `LOUBOUTN.PT3` | -- | Sound File |
|
||||
| `NAMIDA.PT3` | -- | Sound File |
|
||||
| `RECOLL.PT3` | -- | Sound File |
|
||||
| `SANXION.PT3` | -- | Sound File |
|
||||
| `SYNCH.PT3` | -- | Sound File |
|
||||
| `TOSTAR.PT3` | -- | Sound File |
|
||||
| `VICTORY.PT3` | -- | Sound File |
|
||||
| `WICKED.PT3` | -- | Sound File |
|
||||
| `YEOLDE.PT3` | -- | Sound File |
|
||||
| `YEOVIL.PT3` | -- | Sound File |
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# ZPM3 Boot Disk
|
||||
|
||||
| Floppy Disk Image: **fd_zpm3.img**
|
||||
| Hard Disk Image: **hd_zpm3.img**
|
||||
| Combo Disk Image: **Slice 4**
|
||||
|
||||
| **User 0** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `HELP.HLP` | ZPM3 | |
|
||||
| `ROMWBW.TXT` | RomWBW | |
|
||||
| `ZPMLDR.COM` | RomWBW | |
|
||||
| `ZPMLDR.SYS` | RomWBW | |
|
||||
| `CPMLDR.COM` | RomWBW | |
|
||||
| `CPMLDR.SYS` | RomWBW | |
|
||||
| `CPM3.SYS` | RomWBW | |
|
||||
| `ZCCP.COM` | ZPM3 | |
|
||||
| `ZINSTAL.ZPM` | ZPM3 | |
|
||||
| `STARTZPM.COM` | ZPM3 | |
|
||||
| `MAKEDOS.COM` | ZPM3 | |
|
||||
| `GENCPM.DAT` | RomWBW | |
|
||||
| `BNKBIOS3.SPR` | RomWBW | |
|
||||
| `BNKBDOS3.SPR` | ZPM3 | |
|
||||
| `RESBDOS3.SPR` | ZPM3 | |
|
||||
|
||||
| **User 3** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ATTACK.PT3` | -- | Sound File |
|
||||
| `BACKUP.PT3` | -- | Sound File |
|
||||
| `BADMICE.PT3` | -- | Sound File |
|
||||
| `DEMO.MYM` | -- | Sound File |
|
||||
| `DEMO1.MYM` | -- | Sound File |
|
||||
| `DEMO3.MYM` | -- | Sound File |
|
||||
| `DEMO3MIX.MYM` | -- | Sound File |
|
||||
| `DEMO4.MYM` | -- | Sound File |
|
||||
| `HOWRU.PT3` | -- | Sound File |
|
||||
| `ITERATN.PT3` | -- | Sound File |
|
||||
| `LOOKBACK.PT3` | -- | Sound File |
|
||||
| `LOUBOUTN.PT3` | -- | Sound File |
|
||||
| `NAMIDA.PT3` | -- | Sound File |
|
||||
| `RECOLL.PT3` | -- | Sound File |
|
||||
| `SANXION.PT3` | -- | Sound File |
|
||||
| `SYNCH.PT3` | -- | Sound File |
|
||||
| `TOSTAR.PT3` | -- | Sound File |
|
||||
| `VICTORY.PT3` | -- | Sound File |
|
||||
| `WICKED.PT3` | -- | Sound File |
|
||||
| `YEOLDE.PT3` | -- | Sound File |
|
||||
| `YEOVIL.PT3` | -- | Sound File |
|
||||
|
||||
| **User 10** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ALIAS.HLP` | -- | |
|
||||
| `HP-RPN.HLP` | -- | |
|
||||
| `HP-ZP.HLP` | -- | |
|
||||
| `IF.HLP` | -- | |
|
||||
| `MENU.HLP` | -- | |
|
||||
| `VLU.HLP` | -- | |
|
||||
| `ZFHIST.HLP` | -- | |
|
||||
| `ZFILER.HLP` | -- | |
|
||||
| `ZFMACRO.HLP` | -- | |
|
||||
| `ZP.HLP` | -- | |
|
||||
|
||||
| **User 14** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `COPY.CFG` | -- | |
|
||||
| `ERASE.CFG` | -- | |
|
||||
| `HELPC15.CFG` | -- | |
|
||||
| `ZCNFG24.CFG` | -- | |
|
||||
| `ZEX.CFG` | -- | |
|
||||
| `ZF11.CFG` | -- | |
|
||||
| `ZP17.CFG` | -- | |
|
||||
|
||||
| **User 15** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ALIAS.COM` | -- | |
|
||||
| `ARUNZ.COM` | -- | |
|
||||
| `COPY.COM` | -- | |
|
||||
| `DATE.COM` | CPM3 | |
|
||||
| `DEV.COM` | -- | |
|
||||
| `DEVICE.COM` | CPM3 | |
|
||||
| `DIR.COM` | CPM3 | |
|
||||
| `DISKINFO.COM` | -- | |
|
||||
| `DU.COM` | -- | |
|
||||
| `DUMP.COM` | CPM3 | |
|
||||
| `ED.COM` | CPM3 | |
|
||||
| `ERASE.COM` | CPM3 | |
|
||||
| `GENCOM.COM` | CPM3 | |
|
||||
| `GENCPM.COM` | CPM3 | |
|
||||
| `GET.COM` | CPM3 | |
|
||||
| `GOTO.COM` | -- | |
|
||||
| `HELP.COM` | CPM3 | |
|
||||
| `HEXCOM.COM` | CPM3 | |
|
||||
| `IF.COM` | -- | |
|
||||
| `INITDIR.COM` | CPM3 | |
|
||||
| `KERMIT.COM` | CPM3 | |
|
||||
| `LBREXT.COM` | -- | |
|
||||
| `LIB.COM` | -- | |
|
||||
| `LINK.COM` | -- | |
|
||||
| `LOADSEG.COM` | -- | |
|
||||
| `MAC.COM` | -- | |
|
||||
| `MBASIC.COM` | -- | |
|
||||
| `NAMES.NDR` | -- | |
|
||||
| `PATCH.COM` | CPM3 | |
|
||||
| `PIP.COM` | CPM3 | |
|
||||
| `PUT.COM` | CPM3 | |
|
||||
| `REMOVE.COM` | -- | |
|
||||
| `RENAME.COM` | CPM3 | |
|
||||
| `RMAC.COM` | -- | |
|
||||
| `RSXDIR.COM` | -- | |
|
||||
| `SAINST.COM` | -- | |
|
||||
| `SALIAS.COM` | -- | |
|
||||
| `SAVE.COM` | CPM3 | |
|
||||
| `SET.COM` | CPM3 | |
|
||||
| `SETDEF.COM` | CPM3 | |
|
||||
| `SETPATH.COM` | -- | |
|
||||
| `SHOW.COM` | CPM3 | |
|
||||
| `SUBMIT.COM` | CPM3 | |
|
||||
| `TCAP.Z3T` | -- | |
|
||||
| `TYPE.COM` | CPM3 | |
|
||||
| `VERROR.COM` | -- | |
|
||||
| `VLU.COM` | -- | |
|
||||
| `XREF.COM` | -- | |
|
||||
| `ZCNFG.COM` | -- | |
|
||||
| `ZERASE.COM` | -- | |
|
||||
| `ZEX.COM` | -- | |
|
||||
| `ZFILER.COM` | -- | |
|
||||
| `ZHELP.COM` | -- | |
|
||||
| `ZP.COM` | -- | |
|
||||
| `ZSHOW.COM` | -- | |
|
||||
| `ZSID.COM` | -- | |
|
||||
| `ZXD.COM` | -- | |
|
||||
| `AUTOTOG.COM` | ZPM3 | |
|
||||
| `CLRHIST.COM` | ZPM3 | |
|
||||
| `SETZ3.COM` | ZPM3 | |
|
||||
| `ASSIGN.COM` | RomWBW | |
|
||||
| `FAT.COM` | RomWBW | |
|
||||
| `FDU.COM` | RomWBW | |
|
||||
| `FORMAT.COM` | RomWBW | |
|
||||
| `INTTEST.COM` | RomWBW | |
|
||||
| `MODE.COM` | RomWBW | |
|
||||
| `RTC.COM` | RomWBW | |
|
||||
| `SURVEY.COM` | RomWBW | |
|
||||
| `SYSCOPY.COM` | RomWBW | |
|
||||
| `SYSGEN.COM` | RomWBW | |
|
||||
| `TALK.COM` | RomWBW | |
|
||||
| `TIMER.COM` | RomWBW | |
|
||||
| `TUNE.COM` | RomWBW | |
|
||||
| `XM.COM` | RomWBW | |
|
||||
| `CLRDIR.COM` | -- | |
|
||||
| `COMP.COM` | -- | |
|
||||
| `DDTZ.COM` | -- | |
|
||||
| `FDISK80.COM` | -- | |
|
||||
| `FLASH.COM` | -- | |
|
||||
| `NULU.COM` | -- | |
|
||||
| `UNARC.COM` | -- | |
|
||||
| `ZAP.COM` | -- | |
|
||||
| `ZDE.COM` | -- | |
|
||||
| `ZDENST.COM` | -- | |
|
||||
|
||||
`\clearpage`{=latex}
|
||||
|
||||
# WordStar 4 Application Disk
|
||||
|
||||
| Floppy Disk Image: **fd_ws4.img**
|
||||
| Hard Disk Image: **hd_ws4.img**
|
||||
| Combo Disk Image: **Slice 5**
|
||||
|
||||
| **User 0** | **Source** | **Description** |
|
||||
| -------------- | ---------- | ------------------------------------------------------------ |
|
||||
| `ANAGRAM.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `CHAPTER1.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `CHAPTER2.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `CHAPTER3.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `DIARY.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `DICTSORT.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `FIND.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `HOMONYMS.TXT` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `HYEXCEPT.TXT` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `HYPHEN.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `LOOKUP.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `MAINDICT.CMP` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `MARKFIX.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `MOVEPRN.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `PATCH.LST` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `PRINT.TST` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `READ.ME` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `README.` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `REVIEW.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `RULER.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `SAMPLE1.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `SAMPLE2.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `SAMPLE3.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `SPELL.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `TABLE.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `TEXT.DOC` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `TW.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WC.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WINSTALL.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WORDFREQ.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WS.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WS.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSCHANGE.COM` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSCHANGE.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSCHHELP.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSHELP.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSINDEX.XCL` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSMSGS.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSPRINT.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
| `WSSHORT.OVR` | WS4 | MicroPro WordStar 4 Distribution File |
|
||||
@@ -1197,8 +1197,10 @@ list of general code enhancements.
|
||||
* UNA BIOS and FDISK80 are the products of John Coffman.
|
||||
* FLASH4 is a product of Will Sowerbutts.
|
||||
* CLRDIR is a product of Max Scane.
|
||||
* Tasty Basic is a product of Dimitri Theulings.
|
||||
* Dean Netherton contributed the sound driver interface and
|
||||
the SN76489 sound driver.
|
||||
* The RomWBW Disk Catalog document was produced by Mykl Orders.
|
||||
|
||||
Contributions of all kinds to RomWBW are very welcome.
|
||||
|
||||
@@ -1211,6 +1213,7 @@ RetroBrew Computers projects is via the community forums:
|
||||
* [RC2014 Google Group](https://groups.google.com/forum/#!forum/rc2014-z80)
|
||||
* [retro-comp Google Group](https://groups.google.com/forum/#!forum/retro-comp)
|
||||
|
||||
Submission of issues and bugs are welcome at the [RomWBW GitHub Repository](https://github.com/wwarthen/RomWBW).
|
||||
Submission of issues and bugs are welcome at the
|
||||
[RomWBW GitHub Repository](https://github.com/wwarthen/RomWBW).
|
||||
|
||||
Also feel free to email !author at [!authmail](mailto:!authmail).
|
||||
@@ -146,7 +146,7 @@ start1:
|
||||
;
|
||||
ld hl,$8000 ; page zero was copied here
|
||||
ld de,0 ; put it in user page zero
|
||||
ld bc,$100 ; full page
|
||||
ld bc,$100 ; full page
|
||||
ldir ; do it
|
||||
;
|
||||
; Page zero in user bank is ready for interrupts now.
|
||||
@@ -281,6 +281,10 @@ runcmd:
|
||||
jp z,devlst ; if so, do it
|
||||
cp 'R' ; R = reboot system
|
||||
jp z,reboot ; if so, do it
|
||||
#if (BIOS == BIOS_WBW)
|
||||
cp 'C' ; C = set console unit
|
||||
jp z,setcon ; if so, do it
|
||||
#endif
|
||||
;
|
||||
; Attempt ROM application launch
|
||||
ld ix,(ra_tbl_loc) ; point to start of ROM app tbl
|
||||
@@ -334,7 +338,7 @@ runcmd2:
|
||||
dskycmd:
|
||||
call clrled ; clear LEDs
|
||||
;
|
||||
call DSKY_GETKEY ; get DSKY key
|
||||
call DSKY_GETKEY ; get DSKY key
|
||||
cp $FF ; check for error
|
||||
ret z ; abort if so
|
||||
;
|
||||
@@ -422,6 +426,46 @@ devlst:
|
||||
call pstr ; display it
|
||||
jp prtall ; do it
|
||||
;
|
||||
; Set console unit
|
||||
;
|
||||
#if (BIOS == BIOS_WBW)
|
||||
;
|
||||
setcon:
|
||||
; On entry DE is expected to be pointing to start
|
||||
; of command
|
||||
call findws ; skip command
|
||||
call skipws ; and skip it
|
||||
call isnum ; do we have a number?
|
||||
jp nz,err_invcmd ; if not, invalid
|
||||
call getnum ; parse number into A
|
||||
jp c,err_nocon ; handle overflow error
|
||||
;
|
||||
; Check against max char unit
|
||||
push af ; save requested unit
|
||||
ld b,BF_SYSGET ; HBIOS func: SYS GET
|
||||
ld c,BF_SYSGET_CIOCNT ; HBIOS subfunc: CIO unit count
|
||||
rst 08 ; E := unit count
|
||||
pop af ; restore requested unit
|
||||
cp e ; compare
|
||||
jp nc,err_nocon ; handle invalid unit
|
||||
;
|
||||
; Notify user, we're outta here....
|
||||
push af ; save new console unit
|
||||
ld hl,str_newcon ; new console msg
|
||||
call pstr ; print string on cur console
|
||||
pop af ; restore new console unit
|
||||
call PRTDECB ; print unit num
|
||||
;
|
||||
; Set console unit
|
||||
ld b,BF_SYSPOKE ; HBIOS func: POKE
|
||||
ld d,BID_BIOS ; BIOS bank
|
||||
ld e,a ; Char unit value
|
||||
ld hl,HCB_LOC + HCB_CONDEV ; Con unit num in HCB
|
||||
rst 08 ; do it
|
||||
ret ; done
|
||||
;
|
||||
#endif
|
||||
;
|
||||
; Restart system
|
||||
;
|
||||
reboot:
|
||||
@@ -433,7 +477,7 @@ reboot:
|
||||
;
|
||||
#if (DSKYENABLE)
|
||||
ld hl,msg_boot ; point to boot message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
#endif
|
||||
;
|
||||
; switch to rom bank 0 and jump to address 0
|
||||
@@ -465,7 +509,7 @@ romload:
|
||||
;
|
||||
#if (DSKYENABLE)
|
||||
ld hl,msg_load ; point to load message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
#endif
|
||||
;
|
||||
#if (BIOS == BIOS_WBW)
|
||||
@@ -509,9 +553,9 @@ romload1:
|
||||
#if (BIOS == BIOS_UNA)
|
||||
;
|
||||
; Note: UNA has no interbank memory copy, so we can only load
|
||||
; images from the current bank. We switch to the original bank
|
||||
; images from the current bank. We switch to the original bank
|
||||
; use a simple ldir to relocate the image, then switch back to the
|
||||
; user bank to launch. This will only work if the images are in
|
||||
; user bank to launch. This will only work if the images are in
|
||||
; the lower 32K and the relocation adr is in the upper 32K.
|
||||
;
|
||||
; Switch to original bank
|
||||
@@ -549,7 +593,7 @@ romload1:
|
||||
;
|
||||
#if (DSKYENABLE)
|
||||
ld hl,msg_go ; point to go message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
#endif
|
||||
;
|
||||
ld l,(ix+ra_ent) ; HL := app entry address
|
||||
@@ -574,7 +618,7 @@ diskboot:
|
||||
;
|
||||
#if (DSKYENABLE)
|
||||
ld hl,msg_load ; point to load message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
#endif
|
||||
;
|
||||
#if (BIOS == BIOS_WBW)
|
||||
@@ -616,7 +660,7 @@ diskboot1:
|
||||
ld h,65 ; 65 tracks per slice
|
||||
call MULT8 ; hl := h * e
|
||||
ld de,$0002 ; head 0, sector 2
|
||||
ld b,BF_DIOSEEK ; HBIOS func: seek
|
||||
ld b,BF_DIOSEEK ; HBIOS func: seek
|
||||
ld a,(bootunit) ; get boot disk unit
|
||||
ld c,a ; put in C
|
||||
rst 08 ; do it
|
||||
@@ -627,7 +671,7 @@ diskboot1:
|
||||
ld b,BF_DIOREAD ; HBIOS func: disk read
|
||||
ld a,(bootunit) ; get boot disk unit
|
||||
ld c,a ; put in C for func call
|
||||
ld hl,bl_infosec ; read into info sec buffer
|
||||
ld hl,bl_infosec ; read into info sec buffer
|
||||
ld d,BID_USR ; user bank
|
||||
ld e,1 ; transfer one sector
|
||||
rst 08 ; do it
|
||||
@@ -752,7 +796,7 @@ diskboot5:
|
||||
ld b,BF_DIOREAD ; HBIOS func: read sectors
|
||||
ld a,(bootunit) ; get boot disk unit
|
||||
ld c,a ; put in C
|
||||
ld hl,(bb_cpmloc) ; load address
|
||||
ld hl,(bb_cpmloc) ; load address
|
||||
ld d,BID_USR ; user bank
|
||||
ld a,(loadcnt) ; get sectors to read
|
||||
ld e,a ; number of sectors to load
|
||||
@@ -827,7 +871,7 @@ diskboot6:
|
||||
;
|
||||
#if (DSKYENABLE)
|
||||
ld hl,msg_go ; point to go message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
call DSKY_SHOWSEG ; display message
|
||||
#endif
|
||||
;
|
||||
; Jump to entry vector
|
||||
@@ -947,6 +991,16 @@ rdln_cr:
|
||||
ld (de),a ; store terminator
|
||||
ret ; and return
|
||||
;
|
||||
; Find next whitespace character at buffer adr in DE, returns with first
|
||||
; whitespace character in A.
|
||||
;
|
||||
findws:
|
||||
ld a,(de) ; get next char
|
||||
cp ' ' ; blank?
|
||||
ret z ; nope, done
|
||||
inc de ; bump buffer pointer
|
||||
jr findws ; and loop
|
||||
;
|
||||
; Skip whitespace at buffer adr in DE, returns with first
|
||||
; non-whitespace character in A.
|
||||
;
|
||||
@@ -956,7 +1010,6 @@ skipws:
|
||||
ret nz ; nope, done
|
||||
inc de ; bump buffer pointer
|
||||
jr skipws ; and loop
|
||||
|
||||
;
|
||||
; Uppercase character in A
|
||||
;
|
||||
@@ -1186,7 +1239,7 @@ prtall1:
|
||||
push bc ; save loop control
|
||||
ld b,BF_DIODEVICE ; HBIOS func: report device info
|
||||
rst 08 ; call HBIOS
|
||||
call prtdrv ; print it
|
||||
call prtdrv ; print it
|
||||
pop bc ; restore loop control
|
||||
inc c ; bump index
|
||||
djnz prtall1 ; loop as needed
|
||||
@@ -1349,6 +1402,10 @@ err_noslice:
|
||||
ld hl,str_err_noslice
|
||||
jr err
|
||||
;
|
||||
err_nocon:
|
||||
ld hl,str_err_nocon
|
||||
jr err
|
||||
;
|
||||
err_diskio:
|
||||
ld hl,str_err_diskio
|
||||
jr err
|
||||
@@ -1377,6 +1434,7 @@ str_err_prefix .db bel,"\r\n\r\n*** ",0
|
||||
str_err_invcmd .db "Invalid command",0
|
||||
str_err_nodisk .db "Disk unit not available",0
|
||||
str_err_noslice .db "Disk unit does not support slices",0
|
||||
str_err_nocon .db "Invalid character unit",0
|
||||
str_err_diskio .db "Disk I/O failure",0
|
||||
str_err_sig .db "No system image on disk",0
|
||||
str_err_api .db "Unexpected hardware BIOS API failure",0
|
||||
@@ -1408,12 +1466,12 @@ acmd_to .dw BOOT_TIMEOUT ; auto cmd timeout
|
||||
;=======================================================================
|
||||
;
|
||||
str_banner .db PLATFORM_NAME," Boot Loader",0
|
||||
;str_prompt .db "Boot [(H)elp]: ",0
|
||||
str_prompt .db "Boot [H=Help]: ",0
|
||||
str_bs .db bs,' ',bs,0
|
||||
str_reboot .db "\r\n\r\nRestarting System...",0
|
||||
str_newcon .db "\r\n\r\n Console on Unit #",0
|
||||
str_applst .db "\r\n\r\nROM Applications:",0
|
||||
str_devlst .db "\r\n\r\nDevices:",0
|
||||
str_devlst .db "\r\n\r\nDisk Devices:",0
|
||||
str_invcmd .db "\r\n\r\n*** Invalid Command ***",bel,0
|
||||
str_load .db "\r\n\r\nLoading ",0
|
||||
str_disk .db "\r\n Disk Unit ",0
|
||||
@@ -1427,10 +1485,13 @@ str_binfo4 .db ", entry @ 0x",0
|
||||
str_binfo5 .db "]",0
|
||||
;
|
||||
str_help .db "\r\n"
|
||||
.db "\r\n L: List ROM Applications"
|
||||
.db "\r\n D: Device Inventory"
|
||||
.db "\r\n R: Reboot System"
|
||||
.db "\r\n <u>[.<s>]: Boot Disk Unit/Slice"
|
||||
.db "\r\n L - List ROM Applications"
|
||||
.db "\r\n D - Disk Device Inventory"
|
||||
.db "\r\n R - Reboot System"
|
||||
#if (BIOS == BIOS_WBW)
|
||||
.db "\r\n C <u> - Set Console Unit"
|
||||
#endif
|
||||
.db "\r\n <u>[.<s>] - Boot Disk Unit/Slice"
|
||||
.db 0
|
||||
;
|
||||
#if (DSKYENABLE)
|
||||
@@ -1448,34 +1509,34 @@ msg_go .db $db,$9d,$00,$00,$00,$80,$80,$80 ; "go... "
|
||||
;
|
||||
; WBW UNA
|
||||
; p1: Application name string adr word (+0) word (+0)
|
||||
; p2: Console keyboard selection key byte (+2) byte (+2)
|
||||
; p3: DSKY selection key byte (+3) byte (+3)
|
||||
; p4: Application image bank byte (+4) word (+4)
|
||||
; p5: Application image source address word (+5) word (+6)
|
||||
; p6: Application image dest load address word (+7) word (+8)
|
||||
; p7: Application image size word (+9) word (+10)
|
||||
; p8: Application entry address word (+11) word (+12)
|
||||
; p2: Console keyboard selection key byte (+2) byte (+2)
|
||||
; p3: DSKY selection key byte (+3) byte (+3)
|
||||
; p4: Application image bank byte (+4) word (+4)
|
||||
; p5: Application image source address word (+5) word (+6)
|
||||
; p6: Application image dest load address word (+7) word (+8)
|
||||
; p7: Application image size word (+9) word (+10)
|
||||
; p8: Application entry address word (+11) word (+12)
|
||||
;
|
||||
#if (BIOS == BIOS_WBW)
|
||||
ra_name .equ 0
|
||||
ra_conkey .equ 2
|
||||
ra_dskykey .equ 3
|
||||
ra_bnk .equ 4
|
||||
ra_src .equ 5
|
||||
ra_dest .equ 7
|
||||
ra_siz .equ 9
|
||||
ra_ent .equ 11
|
||||
ra_dskykey .equ 3
|
||||
ra_bnk .equ 4
|
||||
ra_src .equ 5
|
||||
ra_dest .equ 7
|
||||
ra_siz .equ 9
|
||||
ra_ent .equ 11
|
||||
#endif
|
||||
;
|
||||
#if (BIOS == BIOS_UNA)
|
||||
ra_name .equ 0
|
||||
ra_conkey .equ 2
|
||||
ra_dskykey .equ 3
|
||||
ra_bnk .equ 4
|
||||
ra_src .equ 6
|
||||
ra_dest .equ 8
|
||||
ra_siz .equ 10
|
||||
ra_ent .equ 12
|
||||
ra_dskykey .equ 3
|
||||
ra_bnk .equ 4
|
||||
ra_src .equ 6
|
||||
ra_dest .equ 8
|
||||
ra_siz .equ 10
|
||||
ra_ent .equ 12
|
||||
#endif
|
||||
;
|
||||
#define ra_ent(p1,p2,p3,p4,p5,p6,p7,p8) \
|
||||
@@ -1516,35 +1577,35 @@ ra_ent .equ 12
|
||||
;
|
||||
ra_tbl:
|
||||
;
|
||||
; Name Key Dsky Bank Src Dest Size Entry
|
||||
; Name Key Dsky Bank Src Dest Size Entry
|
||||
; --------- ------- ----- -------- ----- ------- ------- ----------
|
||||
ra_ent(str_mon, 'M', KY_CL, BID_IMG0, $1000, MON_LOC, MON_SIZ, MON_SERIAL)
|
||||
ra_ent(str_mon, 'M', KY_CL, BID_IMG0, $1000, MON_LOC, MON_SIZ, MON_SERIAL)
|
||||
ra_entsiz .equ $ - ra_tbl
|
||||
ra_ent(str_cpm22, 'C', KY_BK, BID_IMG0, $2000, CPM_LOC, CPM_SIZ, CPM_ENT)
|
||||
ra_ent(str_zsys, 'Z', KY_FW, BID_IMG0, $5000, CPM_LOC, CPM_SIZ, CPM_ENT)
|
||||
ra_ent(str_cpm22, 'C', KY_BK, BID_IMG0, $2000, CPM_LOC, CPM_SIZ, CPM_ENT)
|
||||
ra_ent(str_zsys, 'Z', KY_FW, BID_IMG0, $5000, CPM_LOC, CPM_SIZ, CPM_ENT)
|
||||
#if (BIOS == BIOS_WBW)
|
||||
ra_ent(str_fth, 'F', KY_EX, BID_IMG1, $0000, FTH_LOC, FTH_SIZ, FTH_LOC)
|
||||
ra_ent(str_bas, 'B', KY_DE, BID_IMG1, $1700, BAS_LOC, BAS_SIZ, BAS_LOC)
|
||||
ra_ent(str_tbas, 'T', KY_EN, BID_IMG1, $3700, TBC_LOC, TBC_SIZ, TBC_LOC)
|
||||
ra_ent(str_play, 'P', $FF, BID_IMG1, $4000, GAM_LOC, GAM_SIZ, GAM_LOC)
|
||||
ra_ent(str_user, 'U', $FF, BID_IMG1, $7000, USR_LOC, USR_SIZ, USR_LOC)
|
||||
ra_ent(str_fth, 'F', KY_EX, BID_IMG1, $0000, FTH_LOC, FTH_SIZ, FTH_LOC)
|
||||
ra_ent(str_bas, 'B', KY_DE, BID_IMG1, $1700, BAS_LOC, BAS_SIZ, BAS_LOC)
|
||||
ra_ent(str_tbas, 'T', KY_EN, BID_IMG1, $3700, TBC_LOC, TBC_SIZ, TBC_LOC)
|
||||
ra_ent(str_play, 'P', $FF, BID_IMG1, $4000, GAM_LOC, GAM_SIZ, GAM_LOC)
|
||||
ra_ent(str_user, 'U', $FF, BID_IMG1, $7000, USR_LOC, USR_SIZ, USR_LOC)
|
||||
#endif
|
||||
#if (DSKYENABLE)
|
||||
ra_ent(str_dsky, 'Y'+$80, KY_GO, bid_cur, $1000, MON_LOC, MON_SIZ, MON_DSKY)
|
||||
#endif
|
||||
ra_ent(str_egg, 'E'+$80, $FF , bid_cur, $0E00, EGG_LOC, EGG_SIZ, EGG_LOC)
|
||||
ra_ent(str_egg, 'E'+$80, $FF , bid_cur, $0E00, EGG_LOC, EGG_SIZ, EGG_LOC)
|
||||
.dw 0 ; table terminator
|
||||
;
|
||||
ra_tbl_app:
|
||||
;
|
||||
; Name Key Dsky Bank Src Dest Size Entry
|
||||
; Name Key Dsky Bank Src Dest Size Entry
|
||||
; --------- ------- ----- -------- ----- ------- ------- ----------
|
||||
ra_ent(str_mon, 'M', KY_CL, bid_cur, $1000, MON_LOC, MON_SIZ, MON_SERIAL)
|
||||
ra_ent(str_zsys, 'Z', KY_FW, bid_cur, $2000, CPM_LOC, CPM_SIZ, CPM_ENT)
|
||||
ra_ent(str_mon, 'M', KY_CL, bid_cur, $1000, MON_LOC, MON_SIZ, MON_SERIAL)
|
||||
ra_ent(str_zsys, 'Z', KY_FW, bid_cur, $2000, CPM_LOC, CPM_SIZ, CPM_ENT)
|
||||
#if (DSKYENABLE)
|
||||
ra_ent(str_dsky, 'Y'+$80, KY_GO, bid_cur, $1000, MON_LOC, MON_SIZ, MON_DSKY)
|
||||
#endif
|
||||
ra_ent(str_egg, 'E'+$80, $FF , bid_cur, $0E00, EGG_LOC, EGG_SIZ, EGG_LOC)
|
||||
ra_ent(str_egg, 'E'+$80, $FF , bid_cur, $0E00, EGG_LOC, EGG_SIZ, EGG_LOC)
|
||||
.dw 0 ; table terminator
|
||||
;
|
||||
str_mon .db "Monitor",0
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#DEFINE RMN 1
|
||||
#DEFINE RUP 0
|
||||
#DEFINE RTP 0
|
||||
#DEFINE BIOSVER "3.1-pre.11"
|
||||
#DEFINE BIOSVER "3.1-pre.12"
|
||||
|
||||
@@ -3,5 +3,5 @@ rmn equ 1
|
||||
rup equ 0
|
||||
rtp equ 0
|
||||
biosver macro
|
||||
db "3.1-pre.11"
|
||||
db "3.1-pre.12"
|
||||
endm
|
||||
|
||||
Reference in New Issue
Block a user