The source for the DOOM serial / model driver.

This commit is contained in:
Travis Bradshaw
2012-01-31 15:57:38 -06:00
parent 73424b6129
commit 77735c3ff0
8 changed files with 1443 additions and 0 deletions

21
sersrc/SERSTR.H Normal file
View 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"