forked from id-Software/DOOM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSERSTR.H
21 lines (21 loc) · 1.03 KB
/
SERSTR.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"