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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC00958
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(GetZoomLensCurrentPosition,  0xFFD03B5C)
   6 NHSTUB(SetPropertyCase,             0xFFC50CC8)
   7 NHSTUB(write,                       0xFFC0A4A8)
   8 
   9 // These don't exist
  10 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  11 
  12 // Additional
  13 NHSTUB(MakeAFScan,                  0xFFDD4AA4)
  14 NHSTUB(PostLEDMessage,              0xFFC366B8)
  15 NHSTUB(TurnOffMic,                  0xFFC376F8)
  16 NHSTUB(TurnOnMic,                   0xFFC376CC)
  17 NHSTUB(closefastdir,                0xFFDC1C68)
  18 NHSTUB(dumpMemoryToFile,            0xFFC141Fa) // writes a portion of memory into a file (char* filename, 0, (void*) src, int length)
  19 NHSTUB(ints_disable,                0xFFC00578)
  20 NHSTUB(ints_enable,                 0xFFC005A0)

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