<< Back Home       Index, Source Code, Screenshots


How to compile Dega

Make sure you have Microsoft Visual C++ 6.0 installed. To compile the cpu emulator, make sure you have NASM (the Netwide Assembler) installed. If you have done this correctly you should be able to type "nasm" to assemble files.

Below is the complete source code for the compilation process, along with some intermediate .obj and .lib files if you want to skip some of the process.

Doze
(Z80 emulator)

Open doze.dsw and compile.

Master source
Master.zip
Win32 front end.


Mast source
Mast.zip
Emulation library.


doze.lib
doze.h




  1. Unzip Master.zip to "Master" directory.
  2. Unzip Mast.zip to "Mast" directory.
  3. Copy doze.lib and doze.h to the "Mast" directory.
  4. Open Master.dsw in Visual C++ and compile.