home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
pragma
/
ramdrive.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-29
|
362b
|
11 lines
#ifndef PRAGMA_RAMDRIVE_H
#define PRAGMA_RAMDRIVE_H
/* "ramdrive.device" */
/*--- functions in V34 or higher (distributed as Release 1.3) --- */
#pragma amicall(_RamdriveDevice, 0x2A, KillRAD0())
/*--- functions in V36 or higher (distributed as Preliminary Release 2.0) --- */
#pragma amicall(_RamdriveDevice, 0x30, KillRAD(d0))
#endif /* PRAGMA_RAMDRIVE_H */