summaryrefslogtreecommitdiff
path: root/Programmer/iff.i
diff options
context:
space:
mode:
Diffstat (limited to 'Programmer/iff.i')
-rw-r--r--Programmer/iff.i13
1 files changed, 10 insertions, 3 deletions
diff --git a/Programmer/iff.i b/Programmer/iff.i
index a004d7b..b98ad6c 100644
--- a/Programmer/iff.i
+++ b/Programmer/iff.i
@@ -1,13 +1,13 @@
IFND LIBRARIES_IFF_I
LIBRARIES_IFF_I SET 1
**
-** $Id: iff.i,v 1.1 92/05/12 22:54:18 chris Exp $
-** $Revision: 1.1 $
+** $Id: iff.i,v 21.1 92/05/15 03:22:20 chris Exp $
+** $Revision: 21.1 $
**
** $Filename: iff.i $
** $Author: chris $
** $Release: 19.1 $
-** $Date: 92/05/12 22:54:18 $
+** $Date: 92/05/15 03:22:20 $
**
** Standard header file for programs using iff.library
**
@@ -118,6 +118,13 @@ IFFL_MODE_WRITE EQU 1
*****************************************************************************
+** Modes for IFFL_CompressBlock() and IFFL_DecompressBlock()
+
+IFFL_COMPR_NONE EQU $0000 ; generic
+IFFL_COMPR_BYTERUN1 EQU $0001 ; ILBM
+IFFL_COMPR_FIBDELTA EQU $0101 ; 8SVX
+
+*****************************************************************************
** Structure definitions
bmh_Width EQU 0 ; BMHD: struct BitMapHeader