source: trunk/platform/a470/sub/100e/stubs_min.S @ 785

Revision 785, 659 bytes checked in by reyalp, 4 years ago (diff)

a470 100e from MrSpoon?: http://chdk.setepontos.com/index.php/topic,3368.msg35776.html#msg35776

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(physw_status, 0x1007C) //Found for A470 (GPIOStatus)
4DEF(physw_run, 0x1BF0) //Found for A470 in task_PhySw, same as A590
5DEF(FlashParamsTable,  0xFFE961CC) // via GetReservedClusters_Fut_9
6DEF(zoom_busy, 0x8050)  //0x803c+14 same as in a590
7DEF(focus_busy, 0x82B0) // 0x82A8+0x08 found in sub_FFD02310
8
9DEF(canon_menu_active,0x9014)           // 0x9010+4
10
11//-
12
13DEF(canon_shoot_menu_active,0x9768)   // 0x9768+1 ??BAD
14
15DEF(recreview_hold, 0x9634) // ?? found in GetAEIntegralServiceMode_6
16
17DEF(movie_status, 0x5200)  // 0x51C8 + 0x38
18DEF(some_flag_for_af_scan, 0xCDEC)
19DEF(zoom_status, 0xD7C4)
20DEF(led_table, 0x22AC) //Found using LEDDrv.c
Note: See TracBrowser for help on using the repository browser.