;Evasive Action Hardware Setup Options
;*************************************

;This file may be altered by user with care!

;This port setting determines which serial port is to be used for direct (Null-Modem) linking.
LinkSerialPort NONE



Player1Yoke 
JOYA 227,230,10,443,10,452,216,217,222,220

Player2Yoke 
KEYPAD 

;Modem Settings
;**************
;You are advised to refer to your modem manual before altering these settings.
;This setting determines which serial port is connected to your modem!
ModemSerialPort COM1,$3F8,4


;These following strings are sent to your modem to control basic functions.
;The character "~" causes a half second pause.
;The character "^" preceeds a control character. So ^M represent the return character.
;The space character should not appear in these strings.

;This string is sent to intiailize your modem.
;Typically it is: ATZ^M
ModemInitString ^M~~~ATZ^M

;This string is sent to before dialling a number.
;Typically it is: ATDT
ModemDialString ATDT
ModemAnswerString ATA^M
ModemConnectString CONNECT
ModemHangUpString ~~~+++~~~ATH0^M
ModemConnectTime 30
