root/platform/sx520hs/sub/100b/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 DEF(playrec_mode                            ,0x00003b58) // 0xff0a40f4
   3 
   4 DEF(file_counter_var,               0x00008c04) // found by searching for "FileBackupProperty.c"
   5 
   6 DEF(palette_buffer_ptr,             0x7278+0x2C)
   7 
   8 DEF(active_viewport_buffer,         0x000022d08) // 0xff0503fc 0x22ccc + 0xff050890  0x3c = 0x22d08  search for "LiveImage.c"
   9 DEF(viewport_buffers,               0xff63df84) // by comparison to sx510hs
  10 
  11 DEF(viewport_fb_d,                  0x000036a8) // Found @0xff08c2c8 (0x3654)
  12 
  13 DEF(bitmap_buffer,                  0x000040b0) //  0x4088 + 0x28
  14 DEF(active_bitmap_buffer,           0x000040a8) //  0x4088 + 0x20
  15 
  16 DEF(recreview_hold,                 0x00002a28+0x84)
  17 
  18 // see NRTBL.SetDarkSubType, ineffective for the next photo (it 'lags') 0xec60 + 0x4
  19 DEF(_nrflag, 0xEC64)
  20 
  21 //TODO
  22 DEF(rear_dial_position,        0xC0240106)  //To do
  23 
  24 
  25 DEF(video_compression_rate, 0xa580+0x7c)
  26 
  27 DEF(video_target_framesize, 0x1106c+0x2c)
  28 DEF(video_target_framesize2, 0x1106c+0x28)
  29 //DEF(video_framesize, 0xa580+0x104)
  30 //DEF(video_frame_data, 0xa580+0x108)

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