home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / include / pragma / battmem.h < prev    next >
C/C++ Source or Header  |  1990-12-29  |  343b  |  11 lines

  1. #ifndef PRAGMA_BATTMEM_H
  2. #define PRAGMA_BATTMEM_H
  3.  
  4. /* "battmem.resource" */
  5. #pragma amicall(_BattMemBase, 0x6, ObtainBattSemaphore())
  6. #pragma amicall(_BattMemBase, 0xC, ReleaseBattSemaphore())
  7. #pragma amicall(_BattMemBase, 0x12, ReadBattMem(a0,d0,d1))
  8. #pragma amicall(_BattMemBase, 0x18, WriteBattMem(a0,d0,d1))
  9.  
  10. #endif /* PRAGMA_BATTMEM_H */
  11.