source: trunk/platform/a410/sub/100f/stubs_entry_2.S @ 1335

Revision 1335, 1.7 KB checked in by reyalp, 21 months ago (diff)

a410 cosmetic cleanup from srsa_4c in http://chdk.setepontos.com/index.php?topic=650.msg73045#msg73045

  • removes unneeded platform specific ifdefs
  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3NHSTUB(AllocateMemory, 0xffc0b294)
4NHSTUB(DisplayImagePhysicalScreen, 0xffd093a0)//
5NHSTUB(FreeMemory, 0xffc0b280)
6NHSTUB(GetFocusLensSubjectDistance, 0xffe23180)
7NHSTUB(GetFocusLensSubjectDistanceFromLens, 0xffe231A4)
8NHSTUB(free, 0xFFE75B50)//
9//VbattGet ok
10NHSTUB(exmem_alloc, 0xFFC028B8) //found using the A610 port
11NHSTUB(exmem_free ,0xFFC02904)
12
13NHSTUB(kbd_pwr_on, 0xFFC0E2E0) //not found, null stub
14NHSTUB(kbd_pwr_off, 0xFFC0E2E0) //not found, null stub
15
16//from A430
17NHSTUB(SetZoomActuatorSpeedPercent, 0xFFC0E2E0)// null stub
18NHSTUB(GetDrive_ClusterSize, 0xFFC59DF4) //
19NHSTUB(GetDrive_TotalClusters, 0xFFC59E30) //
20NHSTUB(GetDrive_FreeClusters, 0xFFC59E6C) //
21NHSTUB(TurnOffMic, 0xFFC0E2E0) //useless, null stub
22NHSTUB(TurnOnMic, 0xFFC0E2E0) //useless, null stub
23
24NHSTUB(ExpCtrlTool_StopContiAE,  0xFFCD88B0) //found using the A610 port
25NHSTUB(ExpCtrlTool_StartContiAE, 0xFFCD8898) //found using the A610 port
26NHSTUB(MakeAFScan,               0xFFD285F8) //found using the A610 port
27NHSTUB(GetBatteryTemperature, 0xFFC1CDF0) //
28NHSTUB(GetCCDTemperature,     0xFFC1CDDC) //
29NHSTUB(GetOpticalTemperature, 0xFFC1CDC8) //
30NHSTUB(PT_PlaySound, 0xFFD31254) //
31
32NHSTUB(EnterToCompensationEVF, 0xFFD24234) //
33NHSTUB(ExitFromCompensationEVF, 0xFFD24244) //
34NHSTUB(SetAE_ShutterSpeed, 0xFFE313A8) //
35NHSTUB(DoAFLock, 0xFFD24124) //
36NHSTUB(UnlockAF, 0xFFD24164) //
37
38NHSTUB(apex2us, 0xFFC94108) //for extra long exposures
39NHSTUB(WriteSDCard, 0xFFC69824) //a bit unsure, found using the A610 port
40
41NHSTUB(SetScriptMode,0xFFD3799C) //
42NHSTUB(MFOn,0xffd24c18)
43NHSTUB(MFOff,0xffd24c48)
44
45NHSTUB(MoveFocusLensToDistance, MoveFocusLensToDistanceA410) //hack to make this work
Note: See TracBrowser for help on using the repository browser.