root/platform/ixus70_sd1000/sub/100c/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF9AD778
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(AllocateMemory,              0xFF818664)
   6 NHSTUB(DisplayImagePhysicalScreen,  0xFFA24FF4)
   7 NHSTUB(FreeMemory,                  0xFF818650)
   8 NHSTUB(GetBatteryTemperature,       0xFFA34470)
   9 NHSTUB(GetCurrentAvValue,           0xFFAD9E20)
  10 NHSTUB(GetFocusLensSubjectDistance, 0xFFAD2F88)
  11 NHSTUB(TakeSemaphore,               0xFFB140E0)
  12 NHSTUB(WriteSDCard,                 0xFFAAC320)
  13 NHSTUB(free,                        0xFF9201CC)
  14 NHSTUB(kbd_pwr_off,                 0xFFA30BE4)
  15 NHSTUB(kbd_pwr_on,                  0xFFA30BA4)
  16 
  17 // These don't exist
  18 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  19 
  20 // Additional
  21 NHSTUB(ExpCtrlTool_StartContiAE,    0xFF96553C)
  22 NHSTUB(ExpCtrlTool_StopContiAE,     0xFF96556C)
  23 NHSTUB(SetScriptMode,               0xFFB34670)
  24 NHSTUB(GetVRAMHPixelsSize,0xFFA56C50) // by find_eventproc name @ 0xFFB8FD60
  25 NHSTUB(GetVRAMVPixelsSize,0xFFA56C5C) // by find_eventproc name @ 0xFFB8FD68

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