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

  1.     IFND    GRAPHICS_GFX_I
  2. GRAPHICS_GFX_I    =    1
  3. BITSET    =    $8000
  4. BITCLR    =    0
  5. AGNUS    =    1
  6. DENISE    =    1
  7.     RSRESET
  8. BitMap        RS.B    0
  9. bm_BytesPerRow    RS.W    1
  10. bm_Rows        RS.W    1
  11. bm_Flags    RS.B    1
  12. bm_Depth    RS.B    1
  13. bm_Pad        RS.W    1
  14. bm_Planes    RS.B    8*4
  15. bm_SIZEOF    RS.W    0
  16.     RSRESET
  17. Rectangle    RS.B    0
  18. ra_MinX        RS.W    1
  19. ra_MinY        RS.W    1
  20. ra_MaxX        RS.W    1
  21. ra_MaxY        RS.W    1
  22. ra_SIZEOF    RS.W    0
  23.     ENDC
  24.