root/platform/ixusizoom_sd30/sub/100g/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(led_table, 0x11258) //OK
   4 DEF(physw_run, 0x1FBC) //OK
   5 DEF(physw_status, 0x10FF0) //OK
   6 DEF(canon_menu_active,0x8B5C) //OK
   7 
   8 //should be ok
   9 DEF(zoom_busy, 0x6E230)
  10 DEF(zoom_status, 0x7124)
  11         
  12 //a bit unsure but might be ok
  13 DEF(focus_busy, 0x6E488) 
  14 //DEF(movie_status, 0x67108)
  15 
  16 //DEF(FlashParamsTable,0xFF958138) // dk
  17 
  18 
  19 //Not tested:
  20 DEF(canon_menu_active,  0x00008b5c)     //Found in sub_ff9ed320
  21 DEF(canon_shoot_menu_active,0x7ef4+1)   //Found in sub_ff99d8d8
  22 DEF(recreview_hold,     0x00086400)     //Found in sub_ff990b58
  23 DEF(some_f_for_dng,     0x000099d4)     //Found in sub_ffa2bce8 by comparison to ixusw_sd430 110a
  24 DEF(second_ext_for_dng, 0x000099f8)     //some_f_for_dng + 0x24?
  25 DEF(movie_status,       0x0007c970)     //Found @ 0xff941abc by comparison to ixusw_sd430 110a
  26 
  27 
  28 DEF(playrec_mode, 0x6DA0) // "MenuIn"
  29 
  30 DEF(sys_mempart_id, 0xea18)

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