diff options
author | 2024-03-10 23:38:41 +1100 | |
---|---|---|
committer | 2024-03-10 23:38:41 +1100 | |
commit | c53b36b892470df03616d3175245d4e465c9a35b (patch) | |
tree | d0f5af0bd9f7f6f7dc7eed367a3eef617f635995 /docs/source/initialsetup | |
parent | 8f99c62862deca1df78ceaf91b10971cb01317a4 (diff) |
-bus/a2bus: Added SNES MAX game controller interface card.
-docs: Clarified description of EMULATOR make option.
Diffstat (limited to 'docs/source/initialsetup')
-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 |