summaryrefslogtreecommitdiff
path: root/syscalls.h
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2013-10-07 14:11:24 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2013-10-07 14:11:24 +0200
commit677385ffdd1e330cfba4dd712ca58595feeea41d (patch)
treed256c7c6a86b3efe4af2e97fa72cc35eb32ec33e /syscalls.h
downloadfx-maze-677385ffdd1e330cfba4dd712ca58595feeea41d.tar.gz
fx-maze-677385ffdd1e330cfba4dd712ca58595feeea41d.zip
initial commit
Diffstat (limited to 'syscalls.h')
-rw-r--r--syscalls.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/syscalls.h b/syscalls.h
new file mode 100644
index 0000000..fcac81a
--- /dev/null
+++ b/syscalls.h
@@ -0,0 +1,25 @@
+#ifndef _SYSCALLS_H_
+#define _SYSCALLS_H_
+
+char* Disp_GetVRAMPtr(void);
+
+int GetKey(unsigned int *);
+void locate(int, int);
+void Print(const unsigned char *);
+int Timer_Install(int, void (*)(void), int);
+int Timer_Uninstall(int);
+int Timer_Start(int);
+int itoa( int, unsigned char*, int);
+void PrintMini(int, int, const unsigned char *, int);
+int RTC_Elapsed_ms(int, int);
+void Keyboard_ClrBuffer(void);
+int RTC_Elapsed_ms(int, int);
+int GlibGetOSVersionInfo(char *, char *, short *, short *);
+int Keyboard_PRGM_GetKey(uchar *);
+
+#define MINI_OVER 0
+#define MINI_OR 1
+#define MINI_REV 2
+#define MINI_REVOR 3
+
+#endif \ No newline at end of file