- Timestamp:
- 03/17/12 04:51:15 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/a800/sub/100c/stubs_entry_2.S
r1726 r1747 1 1 #include "stubs_asm.h" 2 3 2 #define NULL_SUB 0xffc00b28 4 3 5 NHSTUB(mkdir ,0xffc267fc) // 53% corrigido 6 NHSTUB(kbd_pwr_off, 0xffc43e84)//igual aixus220 e a495 60% confirmado 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 7 10 11 // These don't exist 12 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 8 13 9 // --- Não encontrados ou mesmo não existem - Those aren't used or don't exist in DryOS (like A720 and other) 10 NHSTUB(kbd_pwr_on, NULL_SUB)//endereço dummy com uma instrução bx lr (um ret, creio) 11 NHSTUB(rand, NULL_SUB) //Não encontrei manualmente 12 NHSTUB(srand, NULL_SUB) // idem acima 13 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 14 NSTUB(GetBatteryTemperature, NULL_SUB) // Does not work in SX130 - A800 (included dummy in sub/100c/lib.c) 15 NHSTUB(SetFileAttributes, NULL_SUB) 16 17 18 //Decalcado de stubs_entry_2.S de a495 - por agora retirado 19 // video buffer stuff 20 //NHSTUB(UnlockAndRefresh, 0xFFD7C5EC) // "Window.c" 21 //NHSTUB(LockAndRefresh, 0xFFD7C5A8) // "Window.c" 22 23 NHSTUB(MakeAFScan, 0xffd1b2e0) // verifiquei a rotina e as referências a ela e são bastante similares FFD0F2AC) // Ok 24 NHSTUB(TurnOffMic, 0xffc444ec) // rotina em posição similar a de a495 -logo provavelmente doesn't work também - FFC43C28) // Doesn't work 25 NHSTUB(TurnOnMic, 0xffc44518) // idem acima FFC43C54) // Doesn't work 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 TracChangeset
for help on using the changeset viewer.