Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Add href to directory and minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
regdocs authored Jan 19, 2022
1 parent 3bb75f9 commit e12222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The project documentation can be found in the [`docs`](./docs) folder.
## Run
The 16-bit executable depends on DOSBox to run on modern 64 bit systems (variable OS) and requires it to be installed first. The next step involves cloning this repository, mounting the [`bin`](./bin) directory as legacy drive `C` on DOSBox terminal, switching prompt to `C:\>` and running `ZAS.EXE`. I've cut down the complexity and prepared the executable binary before hand to avoid rebuilding the code using the TC compiler.

###### Please note that the ZAS executables anywhere in this repository are not stand-alone and require the BGI graphics library with the path `C:\TURBOC3\BGI\` relative to the directory mounted as `C` (here, `./bin`) as assigned in the source. Following a wrong mount path, a `BGI Error` is encountered at the console and the game fails to load.
<blockquote><h6>Please note that the executables anywhere in this repository are not stand-alone and require the BGI graphics library with the path <code>C:\TURBOC3\BGI\</code> relative to the directory mounted as <code>C</code> (here, <a href="./bin"><code>./bin</code></a>) as assigned in the source. Following a wrong mount path, a <code>BGI Error</code> is encountered at the console and the program fails to load.</h6></blockquote>

### Windows:
1. Install DOSBox 0.74 from [dosbox.com](https://www.dosbox.com/download.php?main=1).
Expand Down

0 comments on commit e12222a

Please sign in to comment.