source: trunk/platform/sx230hs/sub/101a/stubs_entry_2.S @ 1328

Revision 1328, 1.1 KB checked in by reyalp, 21 months ago (diff)

set eol styles and ignores on recently added ports/subs

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2#define NULL_SUB 0xFF09D6EC
3
4// Override stubs_entry.S
5NHSTUB(Restart,                                         0xff02d3d8)
6NHSTUB(SetFileAttributes,                       0xff02da48)
7NHSTUB(kbd_pwr_off,                                     0xFF000B24)
8NHSTUB(kbd_pwr_on,                                      0xFF000B24)
9
10// These don't exist/aren't found in dryos
11NHSTUB(Mount_FileSystem,            NULL_SUB)
12NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
13NHSTUB(Unmount_FileSystem,          NULL_SUB)
14NHSTUB(UnsetZoomForMovie,           NULL_SUB)
15NHSTUB(rewinddir,                   NULL_SUB)
16
17// Additional
18NHSTUB(LockAndRefresh,                          0xff0ad294 )
19NHSTUB(MakeAFScan,                                      0xff191018 )
20NHSTUB(MakeDirectory,                           0xff026e44 )
21NHSTUB(ReadSDCard,                                      0xff171f04 )
22NHSTUB(UnlockAndRefresh,                        0xff0ad2f8 )
23NHSTUB(UpdateMBROnFlash,                        0xff06c264 )
24NHSTUB(closefastdir,                            0xff2e6f38 )
25NHSTUB(fclose,                                          0xff026f4c )
26NHSTUB(fopen,                                           0xff026f0c )
27NHSTUB(fread,                                           0xff026ff8 )
28NHSTUB(fwrite,                                          0xff02704c )
29NHSTUB(localtime,                                       0xff085a38)
30NHSTUB(ufree,                                           0xff02bcb8)
31
32//Fixed errors in compiler
33
34STUB(FF057904)
35STUB(FF18D2EC)
36//STUB(FF18BD78)
37//STUB(FF18D2F8)
38//STUB(FF18D35C)
39//STUB(FF18D3C0)
40//STUB(FF18C818)
Note: See TracBrowser for help on using the repository browser.