root/platform/sx100is/sub/100b/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,  0xFFD0E36C)
   6 NHSTUB(MoveFocusLensToDistance,     0xFFDC0C60)
   7 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   8 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   9 
  10 // These don't exist
  11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  12 
  13 // Additional
  14 NHSTUB(MakeAFScan,                  0xFFDEFB38)
  15 NHSTUB(PostLEDMessage,              0xFFC37434)
  16 NHSTUB(TurnOffMic,                  0xFFC3889C)
  17 NHSTUB(TurnOnMic,                   0xFFC38870)
  18 NHSTUB(dumpMemoryToFile,            0xFFC14214) // 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)
  21 NHSTUB(taskcreate_jogDial,          0xFFC380F4)

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