root/platform/a640/sub/100b/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFEBDC9C
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(ExitFromCompensationEVF,     0xffd55be0)
   6 NHSTUB(free,                        0xFFEFD1AC)
   7 
   8 // These don't exist
   9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  10 
  11 // Additional
  12 NHSTUB(ExpCtrlTool_StartContiAE,    0xFFCF89C8)
  13 NHSTUB(ExpCtrlTool_StopContiAE,     0xFFCF89F8)
  14 NHSTUB(TurnOffMic,                  0xffc1f588)
  15 NHSTUB(TurnOnMic,                   0xffc1f54c)
  16 NHSTUB(GetVRAMHPixelsSize,0xFFEB704C) // by find_eventproc name @ 0xFFF18ECC
  17 NHSTUB(GetVRAMVPixelsSize,0xFFEB7058) // by find_eventproc name @ 0xFFF18ED4

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