3 libbasetype struct LowLevelBase
7 #include <libraries/lowlevel.h>
8 #include <devices/timer.h>
11 #include "lowlevel_intern.h"
15 ULONG ReadJoyPort(ULONG port) (D0)
16 ULONG GetLanguageSelection() ()
19 void QueryKeys(struct KeyQuery *queryArray, UBYTE arraySize) (A0, D1)
20 APTR AddKBInt(APTR intRoutine, APTR intData) (A0, A1)
21 void RemKBInt(APTR intHandle) (A1)
23 APTR AddTimerInt(APTR intRoutine, APTR intData) (A0, A1)
24 void RemTimerInt(APTR intHandle) (A1)
25 void StopTimerInt(APTR intHandle) (A1)
26 void StartTimerInt(APTR intHandle, ULONG timeInterval, BOOL continuous) (A1, D0, D1)
27 ULONG ElapsedTime(struct EClockVal *context) (A0)
28 APTR AddVBlankInt(APTR intRoutine, APTR intData) (A0, A1)
29 void RemVBlankInt(APTR intHandle) (A1)