SERSTR.H 1.0 KB

12345678910111213141516171819202122
  1. #define STR_DROPDTR "Dropping DTR"
  2. #define STR_CLEANEXIT "Clean exit from SERSETUP"
  3. #define STR_ATTEMPT "Attempting to connect across serial link, press escape to abort."
  4. #define STR_NETABORT "Network game synchronization aborted."
  5. #define STR_DUPLICATE "Duplicate id string, try again or check modem init string."
  6. #define STR_MODEMCMD "Modem command : "
  7. #define STR_MODEMRESP "Modem response: "
  8. #define STR_RESPABORT "Modem response aborted."
  9. #define STR_CANTREAD "Couldn't read MODEM.CFG"
  10. #define STR_DIALING "Dialing..."
  11. #define STR_CONNECT "CONNECT"
  12. #define STR_WAITRING "Waiting for ring..."
  13. #define STR_RING "RING"
  14. #define STR_NORESP "No such response file!"
  15. #define STR_DOOMSERIAL "DOOM II SERIAL DEVICE DRIVER v1.4"
  16. #define STR_WARNING \
  17. "Warning: no NULL or iret interrupt vectors were found in the 0x60 to 0x66\n"\
  18. "range. You can specify a vector with the -vector 0x<num> parameter.\n"
  19. #define STR_COMM "Communicating with interrupt vector 0x%x"
  20. #define STR_RETURNED "Returned from DOOM II"
  21. #define STR_PORTSET "Setting port to %lu baud"