diff options
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index f458f34af08..c9ef6d3465a 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -560,8 +560,9 @@ TOOLS Set to **1** to build additional tools along with the emulator, including **unidasm**, **chdman**, **romcmp**, and **srcclean**. EMULATOR - Set to **0** along with **TOOLS=1** to build *only* the tools and not the - main MAME emulator itself. + When set to **0**, the main emulator target will not be created. This is + intended to be used in conjunction with setting **TOOLS** to **1** to build + the additional tools without building the emulator. NO_OPENGL Set to **1** to disable building the OpenGL video output module. NO_USE_PORTAUDIO |