root/platform/a2600/sub/100c/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 
  10 // Additional
  11 NHSTUB(TurnOffE1,                 0xff831210) // for shutdown(), to complicated to emulate
  12 
  13 
  14 // These don't exist
  15 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  16 NHSTUB(RefreshPhysicalScreen,       NULL_SUB)

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