Top 10k strings from make.bat
in <root> / bin / pc / Emulators / z80.zip /
Back to the directory listing
1 tlink xtra z80 misc mdrv video cif vidtab tables introscr emul,z80,z80; 1 rem To build the emulator from the source files, you need: 1 rem The object file INTROSCR.OBJ is supplied. 1 rem - a86 version 3.22 (version 3.14 is no good) 1 rem - Turbo C v2.0 or Borland C v3.1 (other versions no problem) 1 rem - Microsoft Linker version 2.40 or Turbo Link version 5.1 1 rem (Turbo Link versions 1 to 3 all have difficulty linking the emulator) 1 bcc -O -d -ml -c -oxtra.obj xtra.c 1 a86 z80.8 z80.obj 1 a86 vidtab.8 vidtab.obj 1 a86 video.8 video.obj 1 a86 tables.8 tables.obj 1 a86 misc.8 misc.obj 1 a86 mdrv.8 mdrv.obj 1 a86 emul.8 ddfd.8 dd.8 dd.8 cb.8 ed.8 emul.obj 1 a86 cif.8 cif.obj