home *** CD-ROM | disk | FTP | other *** search
- ;COMMIT data file
-
- ;This data file defines the configurable options of COMMIT. Presumably,
- ;the user never sees this file, but rather it is setup by another
- ;program which launches COMMIT.
-
-
- [Commit]
-
- ;COMMTYPE
- ; - SERIAL - 1
- ; - MODEM - 2
- ; - NETWORK - 3
-
- COMMTYPE = 3
-
-
- ; NUMPLAYERS
- ; - 0..MAXPLAYERS
-
- NUMPLAYERS = 2
-
-
- PAUSE = 0
-
-
- ; VECTOR
- ; - ~ find an empty one
- ; - 0x60..0x69 specify one
-
- VECTOR = ~
-
-
- SOCKETNUMBER = ~
-
-
- INITSTRING = "ATZ"
- HANGUPSTRING = "ATH0"
- PHONENUMBER = ""
- LAUNCHNAME = "TV.EXE"
-
-
- ; CONNECTTYPE
- ; - DIALMODE - 0
- ; - ANSWERMODE - 1
- ; - ALREADYCONNECTED - 2
-
- CONNECTTYPE = 0
-
-
- USETONE = 1
-
-
- COMPORT = 2
- IRQNUMBER = ~
- UARTADDRESS = ~
- PORTSPEED = 9600
-
-
- SHOWSTATS = 0
-