home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DVD!OMA2.DMS / in.adf / Include1.3.LHA / Include1.3 / devices / prtgfx.i < prev    next >
Encoding:
Text File  |  1994-10-12  |  1012 b   |  64 lines

  1.  IFND DEVICES_PRTGFX_I
  2. DEVICES_PRTGFX_I EQU 1
  3.  
  4. PCMYELLOW equ 0
  5. PCMMAGENTA equ 1
  6. PCMCYAN equ 2
  7. PCMBLACK equ 3
  8. PCMBLUE equ PCMYELLOW
  9. PCMGREEN equ PCMMAGENTA
  10. PCMRED equ PCMCYAN
  11. PCMWHITE equ PCMBLACK
  12.  
  13.  RSRESET
  14. colorEntry rs.b 0
  15. colorLong rs.b 0
  16. colorSByte rs.b 0
  17. colorByte rs.b 4
  18. ce_SIZEOF rs.b 0
  19.  
  20.  RSRESET
  21. PrtInfo rs.b 0
  22. pi_render rs.l 1
  23. pi_rp rs.l 1
  24. pi_temprp rs.l 1
  25. pi_RowBuf rs.l 1
  26. pi_HamBuf rs.l 1
  27. pi_ColorMap rs.l 1
  28. pi_ColorInt rs.l 1
  29. pi_HamInt rs.l 1
  30. pi_Dest1Int rs.l 1
  31. pi_Dest2Int rs.l 1
  32. pi_ScaleX rs.l 1
  33. pi_ScaleXAlt rs.l 1
  34. pi_dmatrix rs.l 1
  35. pi_TopBuf rs.l 1
  36. pi_BotBuf rs.l 1
  37. pi_RowBufSize rs 1
  38. pi_HamBufSize rs 1
  39. pi_ColorMapSize rs 1
  40. pi_ColorIntSize rs 1
  41. pi_HamIntSize rs 1
  42. pi_Dest1IntSize rs 1
  43. pi_Dest2IntSize rs 1
  44. pi_ScaleXSize rs 1
  45. pi_ScaleXAltSize rs 1
  46. pi_PrefsFlags rs 1
  47. pi_special rs.l 1
  48. pi_xstart rs 1
  49. pi_ystart rs 1
  50. pi_width rs 1
  51. pi_height rs 1
  52. pi_pc rs 1
  53. pi_pr rs 1
  54. pi_ymult rs 1
  55. pi_ymod rs 1
  56. pi_ety rs 1
  57. pi_xpos rs 1
  58. pi_threshold rs 1
  59. pi_tempwidth rs 1
  60. pi_flags rs 1
  61. prtinfo_SIZEOF rs.b 0
  62.  
  63.  ENDC
  64.