source: branches/release-1_0/platform/a800/sub/100c/stubs_entry_2.S @ 1747

Revision 1747, 1002 bytes checked in by philmoz, 14 months ago (diff)

Merge recent platform changes from CHDK-DE to CHDK.

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2#define NULL_SUB 0xffc00b28
3
4// Override stubs_entry.S
5NSTUB(GetBatteryTemperature,            NULL_SUB)   // Does not work in SX130 - A800 (included dummy in sub/100c/lib.c)
6NHSTUB(kbd_pwr_on,                      NULL_SUB)   // endereço dummy com uma instrução bx lr (um ret, creio)
7NHSTUB(mkdir,                           0xffc267fc) // 53% corrigido
8NHSTUB(rand,                            NULL_SUB)   // Não encontrei manualmente
9NHSTUB(srand,                           NULL_SUB)   // idem acima
10
11// These don't exist
12NHSTUB(SetZoomActuatorSpeedPercent,     NULL_SUB)
13
14// Additional
15NHSTUB(MakeAFScan,                      0xffd1b2e0) // verifiquei a rotina e as referências a ela e são bastante similares FFD0F2AC) // Ok
16NHSTUB(TurnOffMic,                      0xffc444ec) // rotina em posição similar a de a495 -logo provavelmente doesn't work também -  FFC43C28) // Doesn't work
17NHSTUB(TurnOnMic,                       0xffc44518) // idem acima FFC43C54) // Doesn't work
Note: See TracBrowser for help on using the repository browser.