source: trunk/platform/a580/sub/101b/stubs_entry_2.S @ 1308

Revision 1308, 838 bytes checked in by reyalp, 21 months ago (diff)

a580 updates from mipa87 in http://chdk.setepontos.com/index.php?topic=650.msg72354#msg72354

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2#define NULL_SUB 0xFFC00948
3
4// Override stubs_entry.S
5NHSTUB(kbd_pwr_off,                 NULL_SUB)
6
7// These don't exist/aren't found in dryos
8NHSTUB(Mount_FileSystem,            NULL_SUB)
9NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
10NHSTUB(Unmount_FileSystem,          NULL_SUB)
11NHSTUB(rewinddir,                   NULL_SUB)
12
13// Additional
14NHSTUB(GetCurrentTargetDistance,    0xFFD04C7C)
15NHSTUB(MakeAFScan,                  0xFFDE1C4C)
16NHSTUB(PostLEDMessage,              0xFFC30AFC)
17NHSTUB(TurnOffMic,                  0xFFC31FAC)
18NHSTUB(TurnOnMic,                   0xFFC31F80)
19NHSTUB(dumpMemoryToFile,            0xFFC141F4) // writes a portion of memory into a file (char* filename, 0, (void*) src, int length)
20NHSTUB(ints_disable,                0xFFC00578)
21NHSTUB(ints_enable,                 0xFFC005A0)
Note: See TracBrowser for help on using the repository browser.