Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions Docs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,52 @@ All settings are case sensitive.

----------------

Name: Outputs

Argument: String.

Description: Manages MAME Hooker compatible outputs.
Valid options are:
- none - default, disables outputs.
- win - Use Windows messages (only on Windows).
- net - Use network messages.

See OutputsWithLF, OutputsTCPPort and
OutputsUDPBroadcastPort settings when using 'net' option.
Can only be set in the 'Global' section.

----------------

Name: OutputsWithLF

Argument: Boolean value (true or false).

Description: When using 'net' option for 'Outputs', this setting determines whether
messages are terminated with a line feed character. The
default is false. Can only be set in 'Global' section.

----------------

Name: OutputsTCPPort

Argument: Integer value.

Description: When using 'net' option for 'Outputs', this setting determines the
TCP port to use for network messages. Can only be set in 'Global'
section.

----------------

Name: OutputsUDPBroadcastPort

Argument: Integer value.

Description: When using 'net' option for 'Outputs', this setting determines the
UDP broadcast port to use for network messages. Can only be set
in 'Global' section.

----------------

Names: InputStart1
InputStart2
InputCoin1
Expand Down
1 change: 1 addition & 0 deletions Makefiles/Rules.inc
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ SRC_FILES = \
Src/Pkgs/imgui/imgui_tables.cpp \
Src/Pkgs/imgui/imgui_widgets.cpp \
Src/ROMSet.cpp \
Src/OSD/SDL/NetOutputs.cpp \
$(PLATFORM_SRC_FILES)

ifeq ($(strip $(NET_BOARD)),1)
Expand Down
Loading