source: trunk/platform/g12/sub/100c/stubs_min.S @ 1008

Revision 1008, 1.3 KB checked in by reyalP, 2 years ago (diff)

sx30 100e, 100h, 100l and g12 100c support from from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg59036#msg59036
not added to autobuild yet

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(physw_status, 0x34474)                                                      // found in kbd_read_keys (OK)
4DEF(full_screen_refresh, 0xA5DC)                                        // found in FFA53B4C, (comp to sx30)
5DEF(enabled_refresh_physical_screen, 0x45C0 + 0x14)     // possible in FF8B4F34
6DEF(physw_run, 0x1C30 + 0xC)                                            // found in FF8345EC, (comp to sx30)
7DEF(canon_menu_active, 0x3210 + 4)                                      // found in FF89A848 (comp to sx30)
8DEF(canon_shoot_menu_active, 0x8AFC + 1)                        // possible in FF9DC4A4 (comp to sx30)
9DEF(FlashParamsTable,0xFFC89760)                                        // found in FFB1ECA4 (comp to sx30)
10DEF(levent_table, 0xFFC0BE90)                                           // Searched for string 00 08 00 00 02 00 00 00 (to match sx30 & s95)
11DEF(playrec_mode, 0x2F34 + 0x4)                                         // FF888084 (comp sx30)
12DEF(focus_len_table, 0xFFFE2A80)                                        // search for 30500 (longest focus length in micrometers) & 6100 (shortest length)
13DEF(zoom_busy, 0x71d4 + 0x14)                                           // found by trial and error in the zoom lens controller code
14DEF(focus_busy,0x70B8 + 0x8)                                            // found by trial and error in the focus controller code
15DEF(movie_status, 0x7290 + 0x44)                                        // in FF9860EC (comp s95)
16DEF(recreview_hold, 0x84C0 + 0xE0)                                      // in FF9C0694 (comp s95)
17DEF(some_flag_for_af_scan, 0x76B4)                                      // @FF98A808 (comp s95)
18
19//DEF(zoom_status, 0xE7C4)                                                      // ??? doesn't appear to work, can't find equivalent code
Note: See TracBrowser for help on using the repository browser.