home *** CD-ROM | disk | FTP | other *** search
- IFND DEVICES_PRTGFX_I
- DEVICES_PRTGFX_I EQU 1
- * $Filename: devices/prtgfx.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 1.12 $
- * $Date: 90/07/26 $
- * printer.device structure definitions
- * (C) Copyright 1987-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC
- PCMYELLOW EQU 0
- PCMMAGENTA EQU 1
- PCMCYAN EQU 2
- PCMBLACK EQU 3
- PCMBLUE EQU PCMYELLOW
- PCMGREEN EQU PCMMAGENTA
- PCMRED EQU PCMCYAN
- PCMWHITE EQU PCMBLACK
- RSRESET
- colorEntry rs.b 0
- colorLong rs.b 0
- colorSByte rs.b 0
- colorByte rs.b 4
- ce_SIZEOF rs.b 0
- RSRESET
- PrtInfo rs.b 0
- pi_render rs 2
- pi_rp rs 2
- pi_temprp rs 2
- pi_RowBuf rs 2
- pi_HamBuf rs 2
- pi_ColorMap rs 2
- pi_ColorInt rs 2
- pi_HamInt rs 2
- pi_Dest1Int rs 2
- pi_Dest2Int rs 2
- pi_ScaleX rs 2
- pi_ScaleXAlt rs 2
- pi_dmatrix rs 2
- pi_TopBuf rs 2
- pi_BotBuf rs 2
- pi_RowBufSize rs 1
- pi_HamBufSize rs 1
- pi_ColorMapSize rs 1
- pi_ColorIntSize rs 1
- pi_HamIntSize rs 1
- pi_Dest1IntSize rs 1
- pi_Dest2IntSize rs 1
- pi_ScaleXSize rs 1
- pi_ScaleXAltSize rs 1
- pi_PrefsFlags rs 1
- pi_special rs 2
- pi_xstart rs 1
- pi_ystart rs 1
- pi_width rs 1
- pi_height rs 1
- pi_pc rs 2
- pi_pr rs 2
- pi_ymult rs 1
- pi_ymod rs 1
- pi_ety rs 1
- pi_xpos rs 1
- pi_threshold rs 1
- pi_tempwidth rs 1
- pi_flags rs 1
- prtinfo_SIZEOF rs.b 0
- ENDC
-