Changeset 1704
- Timestamp:
- 03/04/12 19:53:16 (15 months ago)
- Location:
- branches/release-1_0/platform/d10/sub/100a
- Files:
-
- 2 edited
-
stubs_entry.S (modified) (1 diff)
-
stubs_min.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/d10/sub/100a/stubs_entry.S
r1637 r1704 31 31 DEF(levent_table ,0xffb08638) // Found @0xffb08638 32 32 DEF(FlashParamsTable ,0xffb330f4) // Found @0xffb330f4 33 //DEF(movie_status ,0x00005fe0) // Found @0xff92f390, ** != ** stubs_min = 0x0004b2d4 (0x4B29C+0x38) 33 DEF(movie_status ,0x00005fe0) // Found @0xff92f390 34 34 DEF(canon_menu_active ,0x00002e2c) // Found @0xff872820 35 35 DEF(canon_shoot_menu_active ,0x00007405) // Found @0xff96b630 -
branches/release-1_0/platform/d10/sub/100a/stubs_min.S
r1637 r1704 1 1 #include "stubs_asm.h" 2 2 3 DEF(movie_status, 0x4B29C + 0x38) // 0x4B29C + 0x38 via task_MovieRecord -> sub_FF92F3E8 -> loc_FF92F36C4 3 DEF(recreview_hold, 0x70B0 + 0xC4) // from sub_FF95C814 via search on int 0x3007, similar to sd990, TODO may not be right 5 4
Note: See TracChangeset
for help on using the changeset viewer.