home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
HF-SCL1.DMS
/
in.adf
/
inclib.lha
/
Inc
/
resources
/
misc.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-09-01
|
286 b
|
14 lines
include "inc/exec/types.inc";
include "inc/exec/libraries.inc";
def MR_SERIALPORT = 0;
def MR_SERIALBITS = 1;
def MR_PARALLELPORT = 2;
def MR_PARALLELBITS = 3;
def MR_ALLOCMISCRESOURCE = (LIB_BASE);
def MR_FREEMISCRESOURCE = (LIB_BASE-LIB_VECTSIZE);
def MISCNAME = "misc.resource";