1 #include "stubs_asm.h" 2 #define NULL_SUB 0xFF810B04 3 4 // Override stubs_entry.S 5 NHSTUB(SetScriptMode, 0xFF810F4C) 6 NHSTUB(kbd_pwr_on, NULL_SUB) 7 8 // These don't exist/aren't found in dryos 9 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 10 11 // Additional 12 NHSTUB(ExportToEventProcedure, 0xFF88A33C) 13 NHSTUB(GetLogToFile, 0xFF96D104) 14 NHSTUB(MakeAFScan, 0xFF966130) 15 NHSTUB(UnRegisterEvntProc, 0xFF889870) 16 NHSTUB(closefastdir, 0xFFA840F8) 17 NHSTUB(kbd_p1_sub, 0xFF833584)