Ignore:
Timestamp:
02/05/12 00:33:18 (16 months ago)
Author:
philmoz
Message:

Re-align CHDK and CHDK-DE code base (part 1) - http://chdk.setepontos.com/index.php?topic=7601.0

  • add a1000, include a3300, ixus1000 and ixus230 in auto build
  • align signature finder code and stubs files
  • align files with just white space differences
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/platform/ixus220_elph300hs/sub/101a/stubs_min.S

    r1448 r1637  
    11#include "stubs_asm.h" 
    22 
    3 //beta5 
    4 DEF(enabled_refresh_physical_screen,0x53C4+0x14) //changed to fix error when displaying menu, was 0x20 FF0A99C0  
    5  
    6 //added beta2 
    7 DEF(focus_len_table, 0xfffea288)                  // search for 21500 (longest focus length in micrometers) & 4300 (shortest length) 
    8  
    9 //not touched 
    10 DEF(physw_status, 0x0003418c) // Found @0xff834e18 
    11 DEF(physw_run, 0x00001c3c) // Found @0xff8349bc 
    12 DEF(focus_busy, 0x00006b68) 
    13 DEF(zoom_busy, 0x00006cf4) 
    14 DEF(canon_menu_active, 0x00003210) // Found @0xff896910 
    15 DEF(recreview_hold, 0x93D4 + 0xF0)        // FF1B6640 
    16 DEF(playrec_mode, 0x00002f38) // Found @0xff888774 
    17 DEF(levent_table,0xffbeb220) // Found @0xffbeb220 
    18 DEF(full_screen_refresh, 0x00009d00) // Found @0xffa32dfc 
    19 DEF(FlashParamsTable,0xffc4f098) // Found @0xffc4f098 
    20 DEF(some_flag_for_af_scan, 0x000071cc) // Found @0xff989240 
    21 DEF(led_table, 0x258C + 0x04)             // FF0557C4 
    22 DEF(canon_shoot_menu_active, 0x000083d9) // Found @0xff9c8c1c 
    23 DEF(movie_status, 0x00006dcc) // Found @0xff984bd0 
    24 DEF(zoom_status, 0x0000ded8) // Found @0xffb078a0 
    25  
     3DEF(recreview_hold,                     0x93D4 + 0xF0)  // FF1B6640 
     4DEF(led_table,                          0x258C + 0x04)  // FF0557C4 
     5DEF(focus_len_table,                    0xfffea288)     // search for 21500 (longest focus length in micrometers) & 4300 (shortest length) 
     6DEF(enabled_refresh_physical_screen,    0x53C4 + 0x14)  //changed to fix error when displaying menu, was 0x20 FF0A99C0  
Note: See TracChangeset for help on using the changeset viewer.