| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | DEF(physw_status, 0x34474) // found in kbd_read_keys (OK) |
|---|
| 4 | DEF(full_screen_refresh, 0xA5DC) // found in FFA53B4C, (comp to sx30) |
|---|
| 5 | DEF(enabled_refresh_physical_screen, 0x45C0 + 0x14) // possible in FF8B4F34 |
|---|
| 6 | DEF(physw_run, 0x1C30 + 0xC) // found in FF8345EC, (comp to sx30) |
|---|
| 7 | DEF(canon_menu_active, 0x3210 + 4) // found in FF89A848 (comp to sx30) |
|---|
| 8 | DEF(canon_shoot_menu_active, 0x8AFC + 1) // possible in FF9DC4A4 (comp to sx30) |
|---|
| 9 | DEF(FlashParamsTable,0xFFC89760) // found in FFB1ECA4 (comp to sx30) |
|---|
| 10 | DEF(levent_table, 0xFFC0BE90) // Searched for string 00 08 00 00 02 00 00 00 (to match sx30 & s95) |
|---|
| 11 | DEF(playrec_mode, 0x2F34 + 0x4) // FF888084 (comp sx30) |
|---|
| 12 | DEF(focus_len_table, 0xFFFE2A80) // search for 30500 (longest focus length in micrometers) & 6100 (shortest length) |
|---|
| 13 | DEF(zoom_busy, 0x71d4 + 0x14) // found by trial and error in the zoom lens controller code |
|---|
| 14 | DEF(focus_busy,0x70B8 + 0x8) // found by trial and error in the focus controller code |
|---|
| 15 | DEF(movie_status, 0x7290 + 0x44) // in FF9860EC (comp s95) |
|---|
| 16 | DEF(recreview_hold, 0x84C0 + 0xE0) // in FF9C0694 (comp s95) |
|---|
| 17 | DEF(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 |
|---|