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

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

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