some fixes to accented characters
[tangerine.git] / rom / devs / console / console.conf
blob8ecb67c00716014343c1a889d0ed15a13208ef78
1 ##begin config
2 version 41.2
3 options noexpunge
4 libbasetype struct ConsoleBase
5 residentpri 4
6 libbase ConsoleDevice
7 beginio_func beginio
8 abortio_func abortio
9 ##end config
10 ##begin cdef
11 #include <exec/io.h>
12 #include <devices/keymap.h>
13 ##end cdef
14 ##begin cdefprivate
15 #include "console_gcc.h"
16 ##end cdefprivate
17 ##begin functionlist
18 struct InputEvent* CDInputHandler(struct InputEvent* events, APTR _cdihdata) (A0, A1)
19 LONG RawKeyConvert(struct InputEvent* events, STRPTR buffer, LONG length, struct KeyMap* keyMap) (A0, A1, D1, A2)
20 ##end functionlist