;*** APS+ABF Automatic Profile Swapping and Auto Backlight Function ***
;This patch add two functions to Application Menu

;Firmware : SL45v56
;Author : A_Alex
;Release : November 26, 2003

;This patch will add two new function in ("Application") under Setup
;Automatic Profile Swapping - this function automaticaly switching
;between Normal Evinronment profile and Profile 1 in define time.
efault time for Normal Evinronment from 07:00 - 20:00 and
;time for Profile 1 from 20:00 to 07:00.
;Auto Backlight Function works with backlight similarly.
;Time then backlight is turned ON 17:00 to 08:00
;You must have RizaPN APP Patch for use this.
;After apllying this patch follow Main Menu->Setup->Application->
;Function 8 will be Auto Backlight.
;Function 9 will be Auto Profiles.

4E6A6A: 08D7E56DC986100218A92824 0C7CBBB754A36A2518345F22
4E6B1A: 08D7E56DC986102C 087CBBB768FFB067

3B36C6: 46FCFFFF DAE000C7 ; calls E0:C700 ; E0C700

;----------------------------------------
40C700: FFFFFFFFFFFFFFFF 88C088D088908840
40C708: FFFFFFFFFFFFFFFF D7400E00F2F9423A
40C710: FFFFFFFFFFFFFFFF D7400D00F2FDDE25
40C718: FFFFFFFFFFFFFFFF 9AF90180BB0A9AF9
40C720: FFFFFFFFFFFFFFFF 0170BB1A98409890
40C728: FFFFFFFFFFFFFFFF 98D098C046FCFFFF
40C730: FFFFFFFFFFFFFFFF DB00E6FC030346FD
40C738: FFFFFFFFFFFFFFFF 14009D0446FD0700
40C740: FFFFFFFFFFFFFFFF 8D0150CCD7400D00
40C748: FFFFFFFFFFFFFFFF 42FC88242D04D740
40C750: FFFFFFFFFFFFFFFF 0D00F6FC8824CB00
40C758: FFFFFFFFFFFFFFFF E6003600CC00F3F8
40C760: FFFFFFFFFFFFFFFF F90A46FD11008D06
40C768: FFFFFFFFFFFFFFFF 66F404003D02DADE
40C770: FFFFFFFFFFFFFFFF 2617CB0046FD0800
40C778: FFFFFFFFFFFFFFFF 8DF766F404002D02
40C780: FFFFFFFFFFFFFFFF DADE3817CB00FFFF
;----------------------------------------
;If You DON'T want use Auto Swap Profiles function UNCOMMENT next line
;40C71Ń: FFFF ŃŃ00
;If You DON'T want use Auto Backlight function UNCOMMENT next line
;40C722: FFFF CC00
;---------------------------------------------
;For Advanced users:
;If you want change time you must change one byte at address:
;40C738 - Time to activate Profile 1. Default value #14h (20:00)
;40C73E - Time to activate Normal Profile. Default value #07h (7-00)
;40C764 - Time to turn Illumination ON. Default value #11h (17-00)
;40C776 - Time to turn Illumination OFF. Default value #08h (8-00)
;Please remember time to activate Profile 1 MUST BE GREATER than
;activation time Normal profile, îtherwise this would be work incorrectly
;Similarly time to turn illumination ON must be greater then time to turn OFF