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 >
C/C++ Source or Header  |  1990-12-29  |  559b  |  14 lines

  1. #ifndef PRAGMA_CONSOLE_H
  2. #define PRAGMA_CONSOLE_H
  3.  
  4. /* "console.device" */
  5. #pragma amicall(_ConsoleDevice, 0x2A, CDInputHandler(a0,a1))
  6. #pragma amicall(_ConsoleDevice, 0x30, RawKeyConvert(a0,a1,d1,a2))
  7. /*--- functions in V36 or higher (distributed as Preliminary Release 2.0) --- */
  8. /* #pragma amicall(_ConsoleDevice, 0x36, GetConSnip()) */
  9. /* #pragma amicall(_ConsoleDevice, 0x3C, SetConSnip(a0)) */
  10. /* #pragma amicall(_ConsoleDevice, 0x42, AddConSnipHook(a0)) */
  11. /* #pragma amicall(_ConsoleDevice, 0x48, RemConSnipHook(a0)) */
  12.  
  13. #endif /* PRAGMA_CONSOLE_H */
  14.