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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF029578  //*
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(MakeDirectory_Fut,                   0xFF0277AC) //* mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   6 NHSTUB(open,                                0xFF023CB8) //*
   7 NHSTUB(close,                               0xFF023D68) //*
   8 
   9 // Additional
  10 NHSTUB(TurnOffE1,                           0xFF037B80) //* for shutdown(), to complicated to emulate
  11 
  12 // Not needed
  13 NHSTUB(RefreshPhysicalScreen,               NULLSUB)
  14 
  15 // These don't exist
  16 NHSTUB(kbd_pwr_off,                         NULLSUB)
  17 NHSTUB(kbd_pwr_on,                          NULLSUB)
  18 NHSTUB(SetZoomActuatorSpeedPercent,         NULLSUB)
  19 NHSTUB(TurnOffBackLight,                    NULLSUB)
  20 NHSTUB(TurnOnBackLight,                     NULLSUB)
  21 
  22 // temporary measure
  23 NHSTUB(init_focus_eventflag,                0xFF4F81B4) //*
  24 NHSTUB(init_nd_eventflag,                   0xFF38BB58) //*
  25 NHSTUB(init_nd_semaphore,                   0xFF3DC1AC) //*
  26 
  27 

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