root/platform/s80/sub/101b/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(physw_status, 0x11958)  // ok
   4 DEF(physw_run, 0x1FB0)      // ok
   5 
   6 DEF(zoom_busy, 0x8274C)     // ok
   7 DEF(focus_busy, 0x82AF8)    // (based on the a410 port)
   8 
   9 DEF(movie_status, 0x740DC) // @FF9499C0
  10 
  11 DEF(some_flag_for_af_scan, 0x748F0) // sub_FF9554A0, seems equal to sub_ffd45b04 in a540
  12 DEF(parameter_for_af_scan, 0x748E8) // sub_FF9554A0
  13 
  14 DEF(zoom_status, 0x81A8)    // _ZoomState
  15 
  16 DEF(some_f_for_dng, 0xa094) // equivalent to the a410 port, was: 0x9B4C ??
  17 DEF(second_ext_for_dng, 0xA0B8) // .THM
  18 
  19 DEF(canon_shoot_menu_active,0x8325)  // indirectly found: 0x8328 in "taskcreate_DSITask", search for 0x8328-4, compare with a known one
  20 DEF(canon_menu_active,0x917C)  // after "StartRecModeMenu", LDR R4, =0x9054
  21 DEF(playrec_mode, 0x7044)  // in the first called f-n in task_SsStartupTask ok
  22 DEF(recreview_hold, 0x7f4ec)  // (based on the a410 port)
  23 
  24 DEF(levent_table, 0xff961230)
  25 DEF(FlashParamsTable, 0xff96abe0)
  26 DEF(focus_len_table, 0xfffe41f8)
  27 
  28 DEF(sys_mempart_id, 0xf230) // memShow
  29 
  30 DEF(active_bitmap_buffer, 0x7f3c0)

/* [<][>][^][v][top][bottom][index][help] */