| 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 |
|---|
| 5 | NSTUB(GetBatteryTemperature, NULL_SUB) // Does not work in SX130 - A800 (included dummy in sub/100c/lib.c) |
|---|
| 6 | NHSTUB(kbd_pwr_on, NULL_SUB) // endereço dummy com uma instrução bx lr (um ret, creio) |
|---|
| 7 | NHSTUB(mkdir, 0xffc267fc) // 53% corrigido |
|---|
| 8 | NHSTUB(rand, NULL_SUB) // Não encontrei manualmente |
|---|
| 9 | NHSTUB(srand, NULL_SUB) // idem acima |
|---|
| 10 | |
|---|
| 11 | // These don't exist |
|---|
| 12 | NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) |
|---|
| 13 | |
|---|
| 14 | // Additional |
|---|
| 15 | NHSTUB(MakeAFScan, 0xffd1b2e0) // verifiquei a rotina e as referências a ela e são bastante similares FFD0F2AC) // Ok |
|---|
| 16 | NHSTUB(TurnOffMic, 0xffc444ec) // rotina em posição similar a de a495 -logo provavelmente doesn't work também - FFC43C28) // Doesn't work |
|---|
| 17 | NHSTUB(TurnOnMic, 0xffc44518) // idem acima FFC43C54) // Doesn't work |
|---|
Note: See
TracBrowser
for help on using the repository browser.