source: trunk/platform/sx10/sub/101b/stubs_entry_2.S @ 811

Revision 811, 1.2 KB checked in by reyalp, 4 years ago (diff)

Add PT_PlaySound to sig_ref_dryos_2.txt Should correct playsound on a470 and sd990
Note that this sig does not match well for some older cameras, but they already have it stubs_entry_2.S
Also cleaned up some improper use of NSTUB in a590 stubs_entry_2.S

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3NHSTUB(AllocateUncacheableMemory, 0xFF827FCC)
4NHSTUB(GetDrive_ClusterSize, 0xFF85AE98)
5NHSTUB(GetDrive_TotalClusters, 0xFF85AECC)
6NHSTUB(GetDrive_FreeClusters, 0xFF85AF00)
7NHSTUB(SetPropertyCase, 0xFF879670)
8NHSTUB(kbd_read_keys, 0xFF821B14)
9NHSTUB(platformsub_kbd_fetch_data, 0xFF84B660)
10NHSTUB(kbd_read_keys_r2, 0xFF84AF6C)
11NHSTUB(qsort, 0xFFAB8288)
12NHSTUB(strchr, 0xFF89B9C4)
13NHSTUB(strrchr, 0xFF9DF4D8)
14
15
16NHSTUB(TurnOffBackLight, 0xFF88F32C)
17NHSTUB(vsprintf, 0xFF81CAE8)
18NHSTUB(VbattGet, 0xFF82046C)
19NHSTUB(GetZoomLensCurrentPoint, 0xFF9411D0)
20NHSTUB(GetZoomLensCurrentPosition, 0xFFA5B350)
21NHSTUB(RefreshPhysicalScreen, 0xFF9DF0E0)
22NHSTUB(EnterToCompensationEVF, 0xFF825B10)
23NHSTUB(ExitFromCompensationEVF, 0xFF825B54)
24NHSTUB(DoAFLock, 0xFF825864)
25NHSTUB(UnlockAF, 0xFF82589C)
26NHSTUB(LEDDrive, 0xFF84AB48) // XXX -- Recheck. Doesn't agree with IDA
27NHSTUB(WriteSDCard, 0xFF92AA44)
28NHSTUB(PostLogicalEventForNotPowerType, 0xFF87ED3C)
29NHSTUB(apex2us, 0xFF9E01C8)
30
31// null sub - point these at nullsub_1 as labelled in IDA
32
33NHSTUB(kbd_pwr_off, 0xFF81093C)
34NHSTUB(kbd_pwr_on, 0xFF81093C)
35NHSTUB(Mount_FileSystem, 0xFF81093C)
36NHSTUB(Unmount_FileSystem, 0xFF81093C)
37NHSTUB(SetZoomActuatorSpeedPercent, 0xFF81093C)
38NHSTUB(rewinddir, 0xFF81093C)
39
40
Note: See TracBrowser for help on using the repository browser.