home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / commercial / asmonedemo / asm-one / include / devices / prtgfx.i < prev    next >
Text File  |  1995-03-16  |  1KB  |  60 lines

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