home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
pragma
/
console.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
559b
|
14 lines
#ifndef PRAGMA_CONSOLE_H
#define PRAGMA_CONSOLE_H
/* "console.device" */
#pragma amicall(_ConsoleDevice, 0x2A, CDInputHandler(a0,a1))
#pragma amicall(_ConsoleDevice, 0x30, RawKeyConvert(a0,a1,d1,a2))
/*--- functions in V36 or higher (distributed as Preliminary Release 2.0) --- */
/* #pragma amicall(_ConsoleDevice, 0x36, GetConSnip()) */
/* #pragma amicall(_ConsoleDevice, 0x3C, SetConSnip(a0)) */
/* #pragma amicall(_ConsoleDevice, 0x42, AddConSnipHook(a0)) */
/* #pragma amicall(_ConsoleDevice, 0x48, RemConSnipHook(a0)) */
#endif /* PRAGMA_CONSOLE_H */