Clarify that the serial port irq parameter is optional.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3539
This commit is contained in:
parent
5135399271
commit
91f1754ed9
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ void DOSBOX_Init(void) {
|
|||
"set type of device connected to com port.\n"
|
||||
"Can be disabled, dummy, modem, nullmodem, directserial.\n"
|
||||
"Additional parameters must be in the same line in the form of\n"
|
||||
"parameter:value. Parameter for all types is irq.\n"
|
||||
"parameter:value. Parameter for all types is irq (optional).\n"
|
||||
"for directserial: realport (required), rxdelay (optional).\n"
|
||||
" (realport:COM1 realport:ttyS0).\n"
|
||||
"for modem: listenport (optional).\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue