diff options
author | 2017-07-05 07:49:22 -0400 | |
---|---|---|
committer | 2017-07-05 07:49:22 -0400 | |
commit | 2924e3c17470291a520492d68189dda16e99e2a4 (patch) | |
tree | 6a66792fc9a3c0f25faada0d39cb472de8d89912 | |
parent | 4e15e3b28dba962740b94a5b47d6503625b193b1 (diff) | |
parent | 02cfda69572bb4ab41fe6fe08591ce43226537f2 (diff) |
Merge pull request #2442 from OzFalcon/patch-1
Include -output option in documentation
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index e10d4769025..37c04023356 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -208,6 +208,19 @@ OSD CLI options +OSD output options +------------------ + +**\-output** + + Chooses how MAME will handle processing of output notifiers. + + you can choose from: auto, none, console or network + + Note that network port is fixed at 8000. + + + Configuration options --------------------- |