This repository contains the source code for the Magicians Apprentice game for the Konix Multisystem (MSU).
The code is released with the permission of the original author(s) and is provided for educational purposes.
In order to rebuild, you will need Turbo Assembler 3.1 (or at least this is verified to work). You will also need the EXE2MSU in order to convert the executable to a MSU file. The version used by this project is missing, however I have included a copy of EXE2MSU.EXE in the root of this repository. The provided version requires a .REL file to be present, I have also included a copy of a working REL for this project (verified by binary comparing the ENIGMA.MSU with the MASTER.MSU file in the already released version of the game - There are 2 1 byte differences, but everything seems to work fine).
To build I used DOSBOX and placed the TASM.EXE, TLINK.EXE, EXE2MSU.EXE and the ENIGMA.REL file in the MAGIC folder of the repository. I then ran A.BAT within dosbox.