mirror of
https://github.com/id-Software/DOOM.git
synced 2026-03-20 00:49:46 +01:00
The source for the DOOM serial / model driver.
This commit is contained in:
21
sersrc/SERSTR.H
Normal file
21
sersrc/SERSTR.H
Normal file
@@ -0,0 +1,21 @@
|
||||
#define STR_DROPDTR "Dropping DTR"
|
||||
#define STR_CLEANEXIT "Clean exit from SERSETUP"
|
||||
#define STR_ATTEMPT "Attempting to connect across serial link, press escape to abort."
|
||||
#define STR_NETABORT "Network game synchronization aborted."
|
||||
#define STR_DUPLICATE "Duplicate id string, try again or check modem init string."
|
||||
#define STR_MODEMCMD "Modem command : "
|
||||
#define STR_MODEMRESP "Modem response: "
|
||||
#define STR_RESPABORT "Modem response aborted."
|
||||
#define STR_CANTREAD "Couldn't read MODEM.CFG"
|
||||
#define STR_DIALING "Dialing..."
|
||||
#define STR_CONNECT "CONNECT"
|
||||
#define STR_WAITRING "Waiting for ring..."
|
||||
#define STR_RING "RING"
|
||||
#define STR_NORESP "No such response file!"
|
||||
#define STR_DOOMSERIAL "DOOM II SERIAL DEVICE DRIVER v1.4"
|
||||
#define STR_WARNING \
|
||||
"Warning: no NULL or iret interrupt vectors were found in the 0x60 to 0x66\n"\
|
||||
"range. You can specify a vector with the -vector 0x<num> parameter.\n"
|
||||
#define STR_COMM "Communicating with interrupt vector 0x%x"
|
||||
#define STR_RETURNED "Returned from DOOM II"
|
||||
#define STR_PORTSET "Setting port to %lu baud"
|
||||
Reference in New Issue
Block a user