1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-08-27 13:10:03 +02:00
Files

43 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

How to backup Infocom's ZORK III game:
*Insert DOS disk in drive A
A>DISKCOPY A: B: <-- Ignore the errors on tracks 1-3!
*Place your ZORK III disk in drive A and a blank disk in drive B.
A>
*Now take out your ZORK III disk and insert your DOS disk in A.
A>DEBUG
-R CS
xxxx
:0000 <-- you enter this
-R DS
xxxx
:0040
-R IP
xxxx
:7C00
-R ES
xxxx
:0000
-L 0:7C00 0 0 1
-G =0:7C00 0:7C2A
-R AX
xxxx
:0800
-G 0:7C63
-E 800:14E5 B8 08 02
-E 800:211A 02 08
-W 800:0000 1 8 18
-L 0:7C00 0 0 8
-E 0:7C7C 02 08
-E 0:7C41 B8 08 02
-W 0:7C00 1 0 8
-Q
*Take out your new disk in drive B and write-protect it.
It is now DISKCOPY-able.
*Reboot your system - press ALT-CTRL-DEL.