| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | DEF(physw_run, 0x1FAC) |
|---|
| 4 | DEF(physw_status, 0xE758) |
|---|
| 5 | |
|---|
| 6 | // The names below could be found automanically |
|---|
| 7 | // by looking up the strings with the same names as these variables |
|---|
| 8 | // and function 'ShowPhySwStatus' which is also symbolic |
|---|
| 9 | DEF(NotifyMask, 0x0000E728) |
|---|
| 10 | DEF(SwitchMask, 0x0000E738) |
|---|
| 11 | DEF(InvertData, 0x0000E748) |
|---|
| 12 | // This is the real name for 'physw_status' |
|---|
| 13 | DEF(GpioStatus, 0x0000E758) |
|---|
| 14 | DEF(SwitchStatus, 0x0000E768) |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | // Key values for 'Feather' on joystic |
|---|
| 18 | // Could be retrieved from 'PhySW' Task function |
|---|
| 19 | DEF(touch_keys_angle, 0x0000E8C8) |
|---|
| 20 | |
|---|
| 21 | DEF(zoom_busy, 0x79E20) |
|---|
| 22 | DEF(focus_busy, 0x7A13C) |
|---|
| 23 | DEF(movie_compression, 0x617C) |
|---|
| 24 | DEF(zoom_status, 0x7450) |
|---|
| 25 | DEF(FlashParamsTable,0xFF975EB0) |
|---|
| 26 | |
|---|
| 27 | // TODO: !!!!!!!!!!!!! THESE ARE INVALID !!!!!!!! |
|---|
| 28 | //DEF(canon_menu_active, 0x6CBC) |
|---|
| 29 | //DEF(canon_shoot_menu_active, 0x6CBC) |
|---|
| 30 | //DEF(recreview_hold, 0x6CBC) |
|---|
| 31 | |
|---|
| 32 | //DEF(canon_menu_active, 0x6CBC) |
|---|
| 33 | //DEF(canon_shoot_menu_active, 0x6CBC) |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | canon_menu_active_prev: |
|---|
| 37 | .word 0x10 |
|---|
| 38 | |
|---|
| 39 | .globl canon_menu_active |
|---|
| 40 | canon_menu_active: |
|---|
| 41 | .word canon_menu_active_prev |
|---|
| 42 | |
|---|
| 43 | DEF(some_f_for_dng, 0x8CBC) |
|---|
| 44 | DEF(second_ext_for_dng, 0x8CE0) |
|---|