source: trunk/platform/ixus220_elph300hs/sub/101c/stubs_min.S @ 1442

Revision 1442, 1.1 KB checked in by philmoz, 18 months ago (diff)

Update for IXUS 220 from jstanley0
http://chdk.setepontos.com/index.php?topic=6341.msg77008#msg77008

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