home *** CD-ROM | disk | FTP | other *** search
- IFND DEVICES_PRTBASE_I
- DEVICES_PRTBASE_I EQU 1
-
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC
- IFND EXEC_NODES_I
- INCLUDE "exec/nodes.i"
- ENDC
- IFND EXEC_LISTS_I
- INCLUDE "exec/lists.i"
- ENDC
- IFND EXEC_PORTS_I
- INCLUDE "exec/ports.i"
- ENDC
- IFND EXEC_LIBRARIES_I
- INCLUDE "exec/libraries.i"
- ENDC
- IFND EXEC_TASKS_I
- INCLUDE "exec/tasks.i"
- ENDC
- IFND DEVICES_PARALLEL_I
- INCLUDE "devices/parallel.i"
- ENDC
- IFND DEVICES_SERIAL_I
- INCLUDE "devices/serial.i"
- ENDC
- IFND DEVICES_TIMER_I
- INCLUDE "devices/timer.i"
- ENDC
- IFND LIBRARIES_DOSEXTENS_I
- INCLUDE "libraries/dosextens.i"
- ENDC
- IFND INTUITION_INTUITION_I
- INCLUDE "intuition/intuition.i"
- ENDC
-
- RSRESET
- DeviceData rs.b LIB_SIZE
- dd_Segment rs.l 1
- dd_ExecBase rs.l 1
- dd_CmdVectors rs.l 1
- dd_CmdBytes rs.l 1
- dd_NumCommands rs 1
- dd_SIZEOF rs.b 0
-
- BITDEF IO,QUEUED,4
- BITDEF IO,CURRENT,5
- BITDEF IO,SERVICING,6
- BITDEF IO,DONE,7
- BITDEF DU,STOPPED,0
-
- du_Flags equ LN_PRI
- P_PRIORITY equ 0
- P_STKSIZE equ $800
- P_BUFSIZE equ 256
- P_SAFESIZE equ 128
-
- BITDEF P,IOR0,0
- BITDEF P,IOR1,1
- BITDEF P,EXPUNGED,7
-
- RSRESET
- PrinterData rs.b dd_SIZEOF
- pd_Unit rs.b MP_SIZE
- pd_PrinterSegment rs.l 1
- pd_PrinterType rs 1
- pd_SegmentData rs.l 1
- pd_PrintBuf rs.l 1
- pd_PWrite rs.l 1
- pd_PBothReady rs.l 1
- IFGT IOEXTPar_SIZE-IOEXTSER_SIZE
- pd_IOR0 rs.b IOEXTPar_SIZE
- pd_IOR1 rs.b IOEXTPar_SIZE
- ELSE
- pd_IOR0 rs.b IOEXTSER_SIZE
- pd_IOR1 rs.b IOEXTSER_SIZE
- ENDC
- pd_TIOR rs.b IOTV_SIZE
- pd_IORPort rs.b MP_SIZE
- pd_TC rs.b TC_SIZE
- pd_Stk rs.b P_STKSIZE
- pd_Flags rs.b 1
- pd_pad rs.b 1
- pd_Preferences rs.b pf_SIZEOF
- pd_PWaitEnabled rs.b 1
- pd_SIZEOF rs.b 0
-
- BITDEF PPC,GFX,0
- BITDEF PPC,COLOR,1
-
- PPC_BWALPHA equ 0
- PPC_BWGFX equ 1
- PPC_COLORALPHA equ 2
- PPC_COLORGFX equ 3
- PCC_BW equ 1
- PCC_YMC equ 2
- PCC_YMC_BW equ 3
- PCC_YMCB equ 4
- PCC_4COLOR equ 4
- PCC_ADDITIVE equ 8
- PCC_WB equ 9
- PCC_BGR equ $A
- PCC_BGR_WB equ $B
- PCC_BGRW equ $C
- PCC_MULTI_PASS equ $10
-
- RSRESET
- PrinterExtendedData rs.b 0
- ped_PrinterName rs.l 1
- ped_Init rs.l 1
- ped_Expunge rs.l 1
- ped_Open rs.l 1
- ped_Close rs.l 1
- ped_PrinterClass rs.b 1
- ped_ColorClass rs.b 1
- ped_MaxColumns rs.b 1
- ped_NumCharSets rs.b 1
- ped_NumRows rs 1
- ped_MaxXDots rs.l 1
- ped_MaxYDots rs.l 1
- ped_XDotsInch rs 1
- ped_YDotsInch rs 1
- ped_Commands rs.l 1
- ped_DoSpecial rs.l 1
- ped_Render rs.l 1
- ped_TimeoutSecs rs.l 1
- ped_8BitChars rs.l 1
- ped_PrintMode rs.l 1
- ped_ConvFunv rs.l 1
- ped_SIZEOF rs.b 0
-
- RSRESET
- PrinterSegment rs.b 0
- ps_NextSegment rs.l 1
- ps_runAlert rs.l 1
- ps_Version rs 1
- ps_Revision rs 1
- ps_PED rs.b 0
-
- ENDC
-