root/platform/ixus175_elph180/sub/100c/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 // //@FF863700 0x2934+0x80 ShootCon_NotifyCompleteReviewHold
   4 DEF(recreview_hold, 0x000029b4) 
   5 
   6 // see NRTBL.SetDarkSubType_FW (this will likely "lag")
   7 DEF(_nrflag, 0x9A58) //0x9A54+4 plus 4 like reference port ixus 145,160
   8 
   9 // found by searching RAM, observed values 0-3, 0x179A4+0x3C in liveimg.c @FF84D24C
  10 DEF(active_viewport_buffer, 0x179E0) 
  11 DEF(viewport_buffers, 0xFFBE2D90) //guess with ixus 150 blackhole
  12 
  13 // search for "Window_EmergencyRefresh" (compare to ixus160)
  14 DEF(bitmap_buffer, 0x3CE4) // @0xFF8A5C28 (0x3CB8) + @0xFF8A5C38 (0x2c)
  15 DEF(active_bitmap_buffer, 0x3CE0) // 0x3CB8 + 0x28 
  16 
  17 DEF(active_palette_buffer, 0x7DD4)  // found at FF9CD85C =0x7DCC + 8 by search window_emergency_refresh
  18 DEF(palette_buffer_ptr, 0x7DD8) // add 0x4
  19 //DEF(palette_control, 0x3D00)0x3D00=0x3CF4+0xC //search Window Reduce MuteOff. ixus150 method (difference method between ixus 160 and ixus 150)
  20 DEF(palette_control, 0x7DCC) //ixus160 method
  21 
  22 DEF(file_counter_var, 0x6CFC) // found by searching for "FileBackupProperty.c"
  23 
  24 //DEF(video_compression_rate, 0x70a0) // found at 0xff993d78
  25 
  26 DEF(video_target_framesize, 0xBDB4) // found in sub_FFAB938C //must change
  27 DEF(video_target_framesize2, 0xBDB0) // approx. 2*video_target_framesize (for intraframes?), found in sub_FFAB938C //must change
  28 //DEF(video_framesize, 0x70f0) // most recent frame's compressed size, found at 0xFF993D74
  29 //DEF(video_frame_data, 0x70f4) // most recent frame's RAM address
  30 
  31 

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