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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810B7C
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DeleteFile_Fut,            0xff82d058)
   6 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   7 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   8 NHSTUB(MakeDirectory_Fut,         0xff82db68) //mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   9 NHSTUB(Restart,                   0xff83146c) // this one should be correct
  10 
  11 // Additional
  12 NHSTUB(TurnOffE1,                 0xff831210) // for shutdown(), to complicated to emulate
  13 
  14 
  15 // These don't exist
  16 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  17 NHSTUB(RefreshPhysicalScreen,       NULL_SUB)

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