source: branches/juciphox/platform/a610/sub/100e/stubs_entry_2.S @ 473

Revision 473, 1.2 KB checked in by phyrephox, 5 years ago (diff)
  • updated langfiles

+ added option in misc - startsound. if enabled (disable as default) you will hear a short beep right before the splash screen. will someday be the antitheft function (yet to be coded...)

  • small fix in OSD element fast_ev, should be better now, but still not perfect

+ added functions EnterToCompensationEVF() & ExitFromCompensationEVF(); -> read about it here http://chdk.setepontos.com/index.php/topic,2051.msg19300.html#msg19300 (thx fudgey)

--> prepared the sources so that adding the adresses to other cams will be easy - needs ASM people though

  • small patch in symbol mod by CHDKLover
  • fixed bug in makefile

+ batch-zip-complete: filename of the zip now gets an "_complete" appended

oh, and thanks Hacki for letting me steal endless hours of your sleep ;)

Line 
1#include "stubs_asm.h"
2
3//NHSTUB(VbattGet, 0xFFC1B4CC)
4//NHSTUB(GetZoomLensCurrentPosition, 0xFFE53070)
5//NHSTUB(GetZoomLensCurrentPoint, 0xFFE5305C)
6//NHSTUB(GetFocusLensSubjectDistance, 0xFFE667F0)
7//NHSTUB(malloc, 0xFFEBEE9C)
8//NHSTUB(free, 0xFFEBEEA8)
9
10//NHSTUB(MoveFocusLensWithDistance, 0xFFE67B14)
11//NHSTUB(MoveZoomLensWithPoint, 0xFFE52F3C)
12//NHSTUB(MoveZoomLensWithPosition, 0xFFE52FB8)
13//NHSTUB(GetFocusLensCurrentPosition, 0xFFE67F10)
14//NHSTUB(MoveFocusLensWithPosition, 0xFFE67CB4)
15
16
17NHSTUB(GetDrive_ClusterSize, 0xFFC5BEE8)
18NHSTUB(GetDrive_TotalClusters, 0xFFC5BF24)
19NHSTUB(GetDrive_FreeClusters, 0xFFC5BF60)
20NHSTUB(SetZoomActuatorSpeedPercent, 0xFFC20AD4)  //null stub
21NHSTUB(TurnOffMic, 0xffc1ec78)
22NHSTUB(TurnOnMic, 0xffc1ec30)
23
24NHSTUB(ExpCtrlTool_StopContiAE,  0xFFCE05B8)
25NHSTUB(ExpCtrlTool_StartContiAE, 0xFFCE05A0)
26NHSTUB(MakeAFScan,  0xFFD377B0)
27NHSTUB(GetBatteryTemperature, 0xFFC1C488)
28NHSTUB(GetCCDTemperature, 0xFFC1C474)
29NHSTUB(GetOpticalTemperature, 0xFFC1C460)
30NHSTUB(PT_PlaySound, 0xFFD4074C)
31
32//NHSTUB(EnterToCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c.
33//NHSTUB(ExitFromCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c.
Note: See TracBrowser for help on using the repository browser.