home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.10 / 2000-07_Disc_5.10.bin / tv / tv.exe / COMMIT.DAT < prev    next >
Text File  |  2000-04-21  |  752b  |  61 lines

  1. ;COMMIT data file
  2.  
  3. ;This data file defines the configurable options of COMMIT.  Presumably,
  4. ;the user never sees this file, but rather it is setup by another
  5. ;program which launches COMMIT.
  6.  
  7.  
  8. [Commit]
  9.  
  10. ;COMMTYPE
  11. ; - SERIAL - 1
  12. ; - MODEM - 2
  13. ; - NETWORK - 3
  14.  
  15. COMMTYPE = 3
  16.  
  17.  
  18. ; NUMPLAYERS
  19. ; - 0..MAXPLAYERS
  20.  
  21. NUMPLAYERS = 2
  22.  
  23.  
  24. PAUSE = 0
  25.  
  26.  
  27. ; VECTOR
  28. ; - ~ find an empty one
  29. ; - 0x60..0x69 specify one
  30.  
  31. VECTOR = ~
  32.  
  33.  
  34. SOCKETNUMBER = ~
  35.  
  36.  
  37. INITSTRING = "ATZ"
  38. HANGUPSTRING = "ATH0"
  39. PHONENUMBER = ""
  40. LAUNCHNAME = "TV.EXE"
  41.  
  42.  
  43. ; CONNECTTYPE
  44. ; - DIALMODE - 0
  45. ; - ANSWERMODE - 1
  46. ; - ALREADYCONNECTED - 2
  47.  
  48. CONNECTTYPE = 0
  49.  
  50.  
  51. USETONE = 1
  52.  
  53.  
  54. COMPORT = 2
  55. IRQNUMBER = ~
  56. UARTADDRESS = ~
  57. PORTSPEED = 9600
  58.  
  59.  
  60. SHOWSTATS = 0
  61.