root/platform/sx240hs/sub/100a/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF04D3E0
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(LEDDrive,                    0xff04d06c)
   6 NHSTUB(DeleteFile_Fut,              0xff02163c)
   7 NHSTUB(MakeDirectory_Fut,           0xff02214c)
   8 NHSTUB(kbd_pwr_off,                   NULL_SUB)
   9 NHSTUB(kbd_pwr_on,                    NULL_SUB)
  10 
  11 // These does not exist
  12 NHSTUB(SetZoomActuatorSpeedPercent,   NULL_SUB)
  13 NHSTUB(UnsetZoomForMovie,             NULL_SUB)
  14 
  15 // Additional
  16 NHSTUB(LockAndRefresh,              0xff0a27ec)
  17 NHSTUB(MakeAFScan,                  0xff1bc8d4)
  18 NHSTUB(ReadSDCard,                  0xff19d7f0)
  19 NHSTUB(UnlockAndRefresh,            0xff0a2850)
  20 NHSTUB(UpdateMBROnFlash,            0xff06084c)
  21 NHSTUB(closefastdir,                0xff32fd74)
  22 NHSTUB(fclose,                      0xff021748)
  23 NHSTUB(fopen,                       0xff021708)
  24 NHSTUB(fread,                       0xff0217f4)
  25 NHSTUB(fwrite,                      0xff021848)
  26 NHSTUB(localtime,                   0x0068abf0)
  27 NHSTUB(ufree,                       0xff02574c)

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