File: startmenu.h

package info (click to toggle)
mknbi 1.4.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 828 kB
  • ctags: 1,383
  • sloc: ansic: 3,511; asm: 2,374; perl: 1,368; makefile: 245; sh: 74; pascal: 37
file content (15 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Assembler routines */
extern unsigned long currticks(void);
extern int console_getc(void);
extern void console_putc(int);
extern int console_ischar(void);
extern int console_getshift(void);
extern void cpu_nap(void);
/* Additional routines in startmenu.S */
extern int console_checkkey(void);
extern void console_cls(void);
extern int console_getkey(void);
extern int console_getxy(void);
extern void console_gotoxy(int console_x, int y);
extern void console_nocursor(void);
extern void console_setattrib(int attr);