mirror of
https://github.com/id-Software/DOOM.git
synced 2025-07-27 15:37:31 +02:00
22 lines
1.0 KiB
C
22 lines
1.0 KiB
C
#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"
|