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

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFFC00940
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(ExecuteEventProcedure,       0xffc5543c)
   6 //NHSTUB(GetBatteryTemperature,       0xFFC33494) //point to GetCCDTemperature
   7 NHSTUB(GetBatteryTemperature,       NULL_SUB)   // Does not work in cameras with 2xAA batteries.
   8 NHSTUB(Lseek,                       0xFFC1354C)
   9 NHSTUB(Read,                        0xFFC133EC)
  10 NHSTUB(kbd_pwr_off,                 0xFFC31418)
  11 NHSTUB(write,                       0xffc0a198)
  12 
  13 // These don't exist/aren't found in dryos
  14 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  15 
  16 // Additional
  17 NHSTUB(CloseConsole,                0xFFC0C954)
  18 NHSTUB(CPrintf,                     0xFFC0C6B0)
  19 NHSTUB(CPutChar,                    0xFFC0C70C)
  20 NHSTUB(CreateCountingSemaphore,     0xFFC0B648)
  21 NHSTUB(CreateProxyOfEventProcedure, 0xFFC55E08)
  22 NHSTUB(DeleteProxyOfEventProcedure, 0xFFC55E60)
  23 NHSTUB(DeleteSemaphore,             0xFFC0B6A0)
  24 NHSTUB(ExportToEventProcedure,      0xFFC55DFC)
  25 NHSTUB(GetCh,                       0xFFC0C738)
  26 NHSTUB(GetStringWithPrompt,         0xFFC0C788)
  27 NHSTUB(GetTimeOfSystem,             0xFFD15828)
  28 NHSTUB(OpenConsole,                 0xFFC0C7E8)
  29 NHSTUB(PostLEDMessage,              0xFFC30908)
  30 NHSTUB(RotateConsoleZOder,          0xFFC0C4A0)
  31 NHSTUB(WriteToRom,                  0xFFD117F0)
  32 NHSTUB(atol,                        0xFFC6C8D0)
  33 NHSTUB(closefastdir,                0xffddcf4c)
  34 NHSTUB(sprintf,                     0xFFC0D7B4)
  35 NHSTUB(sscanf,                      0xFFD7B328)

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