Changeset 337


Ignore:
Timestamp:
03/21/08 16:11:00 (5 years ago)
Author:
EWAVR
Message:
  • ixus55: fixed noise reduction
  • ixus55, a720: fixed some variables
Location:
trunk/platform
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a720/sub/100c/stubs_min.S

    r332 r337  
    44DEF(physw_run, 0x1ca4) 
    55DEF(FlashParamsTable,0xFFE7D1B4) 
    6  
    76DEF(zoom_busy, 0x9DC0)  //0x9DAC + 0x14 
    8  
    97DEF(focus_busy, 0x9D50) //  0x9CB8 
    10  
    118DEF(canon_menu_active,0xB55C) 
    12  
    13 #warning A720 - incorrect value, points to zero: 'DEF(canon_shoot_menu_active,0xFFE9CDB4)' 
    14 DEF(canon_shoot_menu_active,0xFFE9CDB4) 
    15 //maybe DEF(canon_shoot_menu_active,0xAE15)   // 0xAE14+1 
    16  
    17 #warning A720 - incorrect value, points to zero: 'DEF(recreview_hold, 0xFFE9CDB4)' 
    18 DEF(recreview_hold, 0xFFE9CDB4) 
    19 //maybe DEF(recreview_hold, 0xABE8) // 0xAB38+0xB0 
     9DEF(canon_shoot_menu_active,0xAE15)   // 0xAE14+1 
     10DEF(recreview_hold, 0xABE8) // 0xAB38+0xB0 
  • trunk/platform/ixus55_sd450/sub/100b/capt_seq.c

    r313 r337  
    2828void capt_seq_hook_set_nr() 
    2929{ 
    30     long *nrflag = (long*)0x6D68; // unknown value, check 
     30    long *nrflag = (long*)0x6D6C;  
    3131 
    3232    switch (core_get_noise_reduction_value()){ 
     
    5050                "LDR     R5, =0x6D68\n" 
    5151                "SUB     SP, SP, #4\n" 
    52 //                "MOVL    R1, 0xFFFFFFFF\n" 
     52                "LDR     R1, =0xFFFFFFFF\n" 
    5353                "STR     R0, [R5]\n" 
    5454                "LDR     R0, [R3]\n" 
  • trunk/platform/ixus55_sd450/sub/100b/stubs_min.S

    r313 r337  
    1414DEF(SwitchStatus, 0x00011510) 
    1515 
    16 // Key values for 'Feather' on joystic 
    17 // Could be retrieved from 'PhySW' Task 
    18 DEF(touch_keys_angle, 0x0000E8C8) 
    19 // Semaphore address to disable Feather processing 
    20 DEF(touch_keys_sema, 0x0000E874) 
    2116DEF(FlashParamsTable,0xFF961ECC) // ok BL sub_FF962044 in ParameterManager.c 
    2217DEF(canon_menu_active,0x8D88) // ok found in StartRecModeMenu 
    2318DEF(canon_shoot_menu_active,0x80C5) // ok (0x80C8 -0x4 + 0x1) found in taskcreate_DSITask 
    24 DEF(recreview_hold, 0x739F8) // wrong, check 
    25  
    2619DEF(zoom_busy, 0x89638)  // ok found in "aZoomLens" sub_FFA6D684 
    2720DEF(focus_busy, 0x89950) // found in "aFocuslenscontr" 
    28 DEF(movie_compression, 0x6CBC) 
     21DEF(playrec_mode, 0x6FA0) // found at unknown_libname_442 within task_SsStartupTask 
     22DEF(recreview_hold, 0x7EE0) // (0x7EE4 - 0x4) found at aMycamfunc_pl_1 at FF993528 
  • trunk/platform/ixus55_sd450/sub/100c/capt_seq.c

    r313 r337  
    2828void capt_seq_hook_set_nr() 
    2929{ 
    30     long *nrflag = (long*)0x6D68; // unknown value, check 
     30    long *nrflag = (long*)0x6D6C;  
    3131 
    3232    switch (core_get_noise_reduction_value()){ 
     
    5050                "LDR     R5, =0x6D68\n" 
    5151                "SUB     SP, SP, #4\n" 
    52 //                "MOVL    R1, 0xFFFFFFFF\n" 
     52                "LDR     R1, =0xFFFFFFFF\n" 
    5353                "STR     R0, [R5]\n" 
    5454                "LDR     R0, [R3]\n" 
  • trunk/platform/ixus55_sd450/sub/100c/stubs_min.S

    r313 r337  
    1414DEF(SwitchStatus, 0x00011510) 
    1515 
    16 // Key values for 'Feather' on joystic 
    17 // Could be retrieved from 'PhySW' Task 
    18 DEF(touch_keys_angle, 0x0000E8C8)  // unknown, check 
    19 // Semaphore address to disable Feather processing 
    20 DEF(touch_keys_sema, 0x0000E874)  // unknown, check 
    2116DEF(FlashParamsTable,0xFF961DF8) // ok BL sub_FF961F70 in ParameterManager.c 
    2217DEF(canon_menu_active,0x8D88) // ok found in StartRecModeMenu 
    2318DEF(canon_shoot_menu_active,0x80C5) // ok (0x80C8 -0x4 + 0x1) found in taskcreate_DSITask 
    24 DEF(recreview_hold, 0x739F8) // wrong, check 
    25  
    2619DEF(zoom_busy, 0x89638)  // ok found in "aZoomLens" sub_FFA6D684 
    2720DEF(focus_busy, 0x89950) // ok found in "aFocuslenscontr"  
    28 DEF(movie_compression, 0x6CBC) // check 
     21DEF(playrec_mode, 0x6FA0) // found at unknown_libname_442 within task_SsStartupTask 
     22DEF(recreview_hold, 0x7EE0) // ok 
Note: See TracChangeset for help on using the changeset viewer.