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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF0331D8  //blackhole
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(MakeDirectory_Fut,                   0xFF027494) // mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS blackhole
   6 
   7 
   8 // Additional
   9 NHSTUB(TurnOffE1,                           NULLSUB) // for shutdown(), to complicated to emulate---sx610_100a sub_FF0372B0  ??? blackhole
  10 
  11 // Not needed
  12 NHSTUB(RefreshPhysicalScreen,               NULLSUB)
  13 
  14 // These don't exist
  15 NHSTUB(kbd_pwr_off,                         NULLSUB)
  16 NHSTUB(kbd_pwr_on,                          NULLSUB)
  17 NHSTUB(SetZoomActuatorSpeedPercent,         NULLSUB)
  18 
  19 // temporary measure
  20 NHSTUB(init_focus_eventflag,                0xFF4CAD94) //blackhole
  21 NHSTUB(init_nd_eventflag,                   0xFF37A0B8) //blackhole
  22 NHSTUB(init_nd_semaphore,                   0xFF3C15AC) //blackhole FF3C15AC
  23 
  24 NHSTUB(LogCameraEvent,                          0xff035200) // csv, for debug

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