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