home *** CD-ROM | disk | FTP | other *** search
- ; Z80DOS - Z80 Disk Operating System
- ;
- ; Version 1.0 - 25 Oct. 87 by Fred Haines, based on
- ; Z80DOS.Z80 Version 1.0 - 05 Sept. 87 by Carson Wilson
- ;
- ; This modification of the original Z80DOS.Z80 uses a different
- ; header, Z80DHDRM.LIB instead of Z80HDR.LIB, and adds the include
- ; file Z80DMOD.Z8O below - this is the former BIOS routine, now
- ; moved to the DOS area. This modification gives Z80DOS time and
- ; date stamping without any BIOS modification at all. All code,
- ; except for the actual time buffer, is now located in the DOS area.
-
- ;
- ; Main Module
- ;
-
- maclib z80dhdrm.lib ; Operating system addresses, options,
- ; ..and equates
-
- include z80dchar.z80 ; Jump table, character I/O routines,
- ; ..error routines
-
- include z80ddisk.z80 ; Return CP/M version, disk routines
-
-
- include z80dtime.z80 ; Time routines, DOS exit routines,
- ; ..RAM area
-
-
- ; include file below added by Fred Haines 10-25-87 to eliminate
- ; necessity for modifying the BIOS. Patch puts BIOS time routine
- ; into the Z80DOS area.
-
- include z80dmod.z80
-
-
- ; END Z80DOSM.Z80
-