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 >
Wrap
C/C++ Source or Header
|
1990-12-29
|
343b
|
11 lines
#ifndef PRAGMA_BATTMEM_H
#define PRAGMA_BATTMEM_H
/* "battmem.resource" */
#pragma amicall(_BattMemBase, 0x6, ObtainBattSemaphore())
#pragma amicall(_BattMemBase, 0xC, ReleaseBattSemaphore())
#pragma amicall(_BattMemBase, 0x12, ReadBattMem(a0,d0,d1))
#pragma amicall(_BattMemBase, 0x18, WriteBattMem(a0,d0,d1))
#endif /* PRAGMA_BATTMEM_H */