home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / wst!oma3.lha / OMA / Include / devices / prtgfx.i < prev    next >
Encoding:
Text File  |  1994-12-23  |  1.2 KB  |  70 lines

  1.     IFND    DEVICES_PRTGFX_I
  2. DEVICES_PRTGFX_I    EQU    1
  3. *    $Filename: devices/prtgfx.i $
  4. *    $Release: 2.04 Includes, V37.4 $
  5. *    $Revision: 1.12 $
  6. *    $Date: 90/07/26 $
  7. *    printer.device structure definitions
  8. *    (C) Copyright 1987-1991 Commodore-Amiga, Inc.
  9. *        All Rights Reserved
  10.     IFND    EXEC_TYPES_I
  11.     INCLUDE    "exec/types.i"
  12.     ENDC
  13. PCMYELLOW    EQU    0
  14. PCMMAGENTA    EQU    1
  15. PCMCYAN    EQU    2
  16. PCMBLACK    EQU    3
  17. PCMBLUE    EQU    PCMYELLOW
  18. PCMGREEN    EQU    PCMMAGENTA
  19. PCMRED    EQU    PCMCYAN
  20. PCMWHITE    EQU    PCMBLACK
  21.     RSRESET
  22. colorEntry    rs.b    0
  23. colorLong    rs.b    0
  24. colorSByte    rs.b    0
  25. colorByte    rs.b    4
  26. ce_SIZEOF    rs.b    0
  27.     RSRESET
  28. PrtInfo    rs.b    0
  29. pi_render    rs    2
  30. pi_rp    rs    2
  31. pi_temprp    rs    2
  32. pi_RowBuf    rs    2
  33. pi_HamBuf    rs    2
  34. pi_ColorMap    rs    2
  35. pi_ColorInt    rs    2
  36. pi_HamInt    rs    2
  37. pi_Dest1Int    rs    2
  38. pi_Dest2Int    rs    2
  39. pi_ScaleX    rs    2
  40. pi_ScaleXAlt    rs    2
  41. pi_dmatrix    rs    2
  42. pi_TopBuf    rs    2
  43. pi_BotBuf    rs    2
  44. pi_RowBufSize    rs    1
  45. pi_HamBufSize    rs    1
  46. pi_ColorMapSize    rs    1
  47. pi_ColorIntSize    rs    1
  48. pi_HamIntSize    rs    1
  49. pi_Dest1IntSize    rs    1
  50. pi_Dest2IntSize    rs    1
  51. pi_ScaleXSize    rs    1
  52. pi_ScaleXAltSize    rs    1
  53. pi_PrefsFlags    rs    1
  54. pi_special    rs    2
  55. pi_xstart    rs    1
  56. pi_ystart    rs    1
  57. pi_width    rs    1
  58. pi_height    rs    1
  59. pi_pc    rs    2
  60. pi_pr    rs    2
  61. pi_ymult    rs    1
  62. pi_ymod    rs    1
  63. pi_ety    rs    1
  64. pi_xpos    rs    1
  65. pi_threshold    rs    1
  66. pi_tempwidth    rs    1
  67. pi_flags    rs    1
  68. prtinfo_SIZEOF    rs.b    0
  69.     ENDC
  70.