source: branches/juciphox/platform/g7/sub/100j/stubs_entry_2.S @ 473

Revision 473, 902 bytes 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
4NHSTUB(free, 0xFFB9ECCC)
5NHSTUB(platformsub_kbd_fetch_data, 0xFF8293AC)
6NHSTUB(kbd_read_keys_r2, 0xFF828E70)
7
8NHSTUB(GiveSemaphore, 0xFF82218C)
9
10NHSTUB(SetZoomActuatorSpeedPercent, 0xFF9EA4EC)  //null
11
12NHSTUB(WriteSDCard, 0xFF88BE6C)
13NHSTUB(GetDrive_ClusterSize, 0xff87c338)
14NHSTUB(GetDrive_TotalClusters, 0xff87c374)
15NHSTUB(GetDrive_FreeClusters, 0xff87c3b0)
16NHSTUB(ExpCtrlTool_StopContiAE,  0xFF925F3C)
17NHSTUB(ExpCtrlTool_StartContiAE, 0xFF925F0C)
18NHSTUB(MakeAFScan,               0xFF9A0560)
19NHSTUB(GetBatteryTemperature, 0xFF82EB20)
20NHSTUB(GetCCDTemperature, 0xFF82EB0C)
21NHSTUB(GetOpticalTemperature, 0xFF82EAF8)
22NHSTUB(PT_PlaySound, 0xFF9ACA78)
23
24//NHSTUB(EnterToCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c.
25//NHSTUB(ExitFromCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c.
Note: See TracBrowser for help on using the repository browser.