source: trunk/platform/sx20/sub/102d/stubs_min.S @ 919

Revision 919, 941 bytes checked in by fe50, 3 years ago (diff)
Line 
1#include "stubs_asm.h"
2
3DEF(physw_status, 0x32464)                              // in FF833128
4DEF(physw_run, 0x1C38 + 0xC)                            // in FF832B90
5DEF(zoom_busy, 0x6EA4 + 0x1C)                           // in sub_FF9568C8
6DEF(focus_busy, 0x6D48 + 8)                             // in sub_FF94FED4 99% SX10 wiki page has a good example
7DEF(canon_menu_active, 0x3128 + 4)                      // in FF8903B4
8DEF(recreview_hold, 0x82E0 + 0xF8)                      // in FF9931F4
9DEF(enabled_refresh_physical_screen, 0x9D68 + 0x28)     // in FFA0499C
10DEF(full_screen_refresh, 0x9CF4)        // found in FFA02598, based on work found in the sd980 port
11DEF(movie_status, 0x2BF8 + 0x38)                        // in FF878924
12DEF(canon_shoot_menu_active, 0x8844 + 1)                // in FF9A9F6C FF890168
13DEF(playrec_mode, 0x2E54 + 0x4)                         // in FF882228, FF83705C
14DEF(FlashParamsTable,0xFFBE899C)                        // look for ParameterManager.c and follow sub_FFAAC774
15DEF(zoom_status, 0xC6C0)                                // in FFAAEFC8
16DEF(levent_table, 0xFFBA33A8) // look for RegisterEventProcedure and follow first sub of function ie 0xFF8943D4
Note: See TracBrowser for help on using the repository browser.