PCAvionics pea-6005 Computer Hardware User Manual


 
97
call et_8705_Reg
mov ah, 0FDh ; Set time-out value
mov al, 10
call Set_8705_Reg
mov al, 6 ; Select game port function
call Select_Logic_Device
mov ah, 30h ; Enable game port function
mov al, 1
call Set_8705_Reg
mov ah, 60h ; Set game port address 201h
mov al, 02h
call Set_8705_Reg
mov ah, 61h
mov al, 01h
call Set_8705_Reg
call Lock_8705 ; Lock 8705
:
:
:
;
; Enable watchdog timer and 5 minutes as timeout interval
;
:
:
:
call Unlock_8705 ; Unlock 8705
mov al, 5 ; Select watchdog function
call Select_Logic_Device
mov ah, 30h ; Enable watchdog function
mov al, 1
call Set_8705_Reg