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