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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULLSUB 0xFF04C054
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(DeleteFile_Fut,                      0xff020a70)
   6 NHSTUB(MakeDirectory_Fut,                   0xff021580) // mkdir. This requires #define MKDIR_RETURN_ONE_ON_SUCCESS
   7 NHSTUB(LEDDrive,                            0xff04bcf0)     //Untested!!
   8 
   9 // Additional
  10 NHSTUB(TurnOffE1,                           0xff0259dc) // for shutdown(), to complicated to emulate
  11 NHSTUB(GPS_UpdateData,                      0xff11ca18) //Untested!!
  12 
  13 
  14 // Not needed
  15 NHSTUB(RefreshPhysicalScreen,               NULLSUB)
  16 
  17 // These don't exist
  18 NHSTUB(kbd_pwr_off,                         NULLSUB)
  19 NHSTUB(kbd_pwr_on,                          NULLSUB)
  20 NHSTUB(SetZoomActuatorSpeedPercent,         NULLSUB)

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