root/platform/sx100is/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(GetCCDTemperature,           0xFFC3A474)
   6 NHSTUB(GetOpticalTemperature,       0xFFDC4FC4)
   7 NHSTUB(GetZoomLensCurrentPosition,  0xFFD0E3A0)
   8 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   9 NHSTUB(kbd_pwr_on,                  NULL_SUB)
  10 
  11 // These don't exist
  12 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  13 
  14 // Additional
  15 NHSTUB(MakeAFScan,                  0xFFDEFB6C)
  16 NHSTUB(PostLEDMessage,              0xFFC37468)
  17 NHSTUB(TurnOffMic,                  0xFFC388D0)
  18 NHSTUB(TurnOnMic,                   0xFFC388A4)
  19 NHSTUB(dumpMemoryToFile,            0xFFC14214) // writes a portion of memory into a file (char* filename, 0, (void*) src, int length)
  20 NHSTUB(ints_disable,                0xFFC00578)
  21 NHSTUB(ints_enable,                 0xFFC005A0)
  22 NHSTUB(taskcreate_jogDial,          0xFFC38128)

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