1
0
Fork 0

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:
Ralf Grillenberger 2010-01-25 19:55:28 +00:00
parent 5135399271
commit 91f1754ed9

View file

@ -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"