From 88fdde46b102b6bda736408e7045905a9169c895 Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 10 Apr 2018 19:51:16 +0200 Subject: [PATCH] [Readme] Recommend dynamic core and max cycles for faster compilation in DOSBox --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b12fe61a..d328074c 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ You will need: * Borland Turbo Assembler (TASM), version 5.0 or later, in a 32-bit Windows version (`TASM32.EXE`) and version 4.1 or later in a 16-bit DOS version (`TASM.EXE`) * [DOSBox](http://dosbox.com) if you're running a 64-bit version of Windows, or a non-Windows operating system + To speed up compilation, make sure to set the following in `dosbox.conf`: + ``` + [cpu] + core=dynamic + cycles=max + ``` + The Borland tools are the only ones that will, with the correct command-line switches for each game, deterministically compile this source code to executables that are bit-perfect to ZUN's original ones. Hence, they are the only supported build tools during all of the reconstruction phase. To build, simply run `build.bat` and follow the instructions.