Changeset 337
- Timestamp:
- 03/21/08 16:11:00 (5 years ago)
- Location:
- trunk/platform
- Files:
-
- 5 edited
-
a720/sub/100c/stubs_min.S (modified) (1 diff)
-
ixus55_sd450/sub/100b/capt_seq.c (modified) (2 diffs)
-
ixus55_sd450/sub/100b/stubs_min.S (modified) (1 diff)
-
ixus55_sd450/sub/100c/capt_seq.c (modified) (2 diffs)
-
ixus55_sd450/sub/100c/stubs_min.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a720/sub/100c/stubs_min.S
r332 r337 4 4 DEF(physw_run, 0x1ca4) 5 5 DEF(FlashParamsTable,0xFFE7D1B4) 6 7 6 DEF(zoom_busy, 0x9DC0) //0x9DAC + 0x14 8 9 7 DEF(focus_busy, 0x9D50) // 0x9CB8 10 11 8 DEF(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 9 DEF(canon_shoot_menu_active,0xAE15) // 0xAE14+1 10 DEF(recreview_hold, 0xABE8) // 0xAB38+0xB0 -
trunk/platform/ixus55_sd450/sub/100b/capt_seq.c
r313 r337 28 28 void capt_seq_hook_set_nr() 29 29 { 30 long *nrflag = (long*)0x6D6 8; // unknown value, check30 long *nrflag = (long*)0x6D6C; 31 31 32 32 switch (core_get_noise_reduction_value()){ … … 50 50 "LDR R5, =0x6D68\n" 51 51 "SUB SP, SP, #4\n" 52 // "MOVL R1,0xFFFFFFFF\n"52 "LDR R1, =0xFFFFFFFF\n" 53 53 "STR R0, [R5]\n" 54 54 "LDR R0, [R3]\n" -
trunk/platform/ixus55_sd450/sub/100b/stubs_min.S
r313 r337 14 14 DEF(SwitchStatus, 0x00011510) 15 15 16 // Key values for 'Feather' on joystic17 // Could be retrieved from 'PhySW' Task18 DEF(touch_keys_angle, 0x0000E8C8)19 // Semaphore address to disable Feather processing20 DEF(touch_keys_sema, 0x0000E874)21 16 DEF(FlashParamsTable,0xFF961ECC) // ok BL sub_FF962044 in ParameterManager.c 22 17 DEF(canon_menu_active,0x8D88) // ok found in StartRecModeMenu 23 18 DEF(canon_shoot_menu_active,0x80C5) // ok (0x80C8 -0x4 + 0x1) found in taskcreate_DSITask 24 DEF(recreview_hold, 0x739F8) // wrong, check25 26 19 DEF(zoom_busy, 0x89638) // ok found in "aZoomLens" sub_FFA6D684 27 20 DEF(focus_busy, 0x89950) // found in "aFocuslenscontr" 28 DEF(movie_compression, 0x6CBC) 21 DEF(playrec_mode, 0x6FA0) // found at unknown_libname_442 within task_SsStartupTask 22 DEF(recreview_hold, 0x7EE0) // (0x7EE4 - 0x4) found at aMycamfunc_pl_1 at FF993528 -
trunk/platform/ixus55_sd450/sub/100c/capt_seq.c
r313 r337 28 28 void capt_seq_hook_set_nr() 29 29 { 30 long *nrflag = (long*)0x6D6 8; // unknown value, check30 long *nrflag = (long*)0x6D6C; 31 31 32 32 switch (core_get_noise_reduction_value()){ … … 50 50 "LDR R5, =0x6D68\n" 51 51 "SUB SP, SP, #4\n" 52 // "MOVL R1,0xFFFFFFFF\n"52 "LDR R1, =0xFFFFFFFF\n" 53 53 "STR R0, [R5]\n" 54 54 "LDR R0, [R3]\n" -
trunk/platform/ixus55_sd450/sub/100c/stubs_min.S
r313 r337 14 14 DEF(SwitchStatus, 0x00011510) 15 15 16 // Key values for 'Feather' on joystic17 // Could be retrieved from 'PhySW' Task18 DEF(touch_keys_angle, 0x0000E8C8) // unknown, check19 // Semaphore address to disable Feather processing20 DEF(touch_keys_sema, 0x0000E874) // unknown, check21 16 DEF(FlashParamsTable,0xFF961DF8) // ok BL sub_FF961F70 in ParameterManager.c 22 17 DEF(canon_menu_active,0x8D88) // ok found in StartRecModeMenu 23 18 DEF(canon_shoot_menu_active,0x80C5) // ok (0x80C8 -0x4 + 0x1) found in taskcreate_DSITask 24 DEF(recreview_hold, 0x739F8) // wrong, check25 26 19 DEF(zoom_busy, 0x89638) // ok found in "aZoomLens" sub_FFA6D684 27 20 DEF(focus_busy, 0x89950) // ok found in "aFocuslenscontr" 28 DEF(movie_compression, 0x6CBC) // check 21 DEF(playrec_mode, 0x6FA0) // found at unknown_libname_442 within task_SsStartupTask 22 DEF(recreview_hold, 0x7EE0) // ok
Note: See TracChangeset
for help on using the changeset viewer.