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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF810B04
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(GetPropertyCase,             0xFF88CA64)
   6 NHSTUB(SetScriptMode,               0xFF810F4C)
   7 NHSTUB(kbd_pwr_off,                 NULL_SUB)
   8 NHSTUB(kbd_pwr_on,                  NULL_SUB)
   9 
  10 // These don't exist
  11 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  12 
  13 // Additional
  14 NHSTUB(EraseLogSector,              0xFF96B2E8)
  15 NHSTUB(ExportToEventProcedure,      0xFF889734)
  16 NHSTUB(GetLogToFile,                0xFF96B2C0)
  17 NHSTUB(MakeAFScan,                  0xFF9646D4)
  18 NHSTUB(UnRegisterEvntProc,          0xFF888C68)
  19 NHSTUB(closefastdir,                0xFFA7D5D0)
  20 
  21 // these are overridden because we don't have a correct full dump for this cam
  22 NHSTUB(GetVRAMHPixelsSize,          0xFF84F110)
  23 NHSTUB(GetVRAMVPixelsSize,          0xFF84F11C)

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