home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d556
/
asmonedemo.lha
/
ASMOneDemo
/
ASMOneDemo.lzh
/
ASM-One
/
Include
/
graphics
/
gfx.i
< prev
next >
Wrap
Text File
|
1991-10-17
|
345b
|
24 lines
IFND GRAPHICS_GFX_I
GRAPHICS_GFX_I = 1
BITSET = $8000
BITCLR = 0
AGNUS = 1
DENISE = 1
RSRESET
BitMap RS.B 0
bm_BytesPerRow RS.W 1
bm_Rows RS.W 1
bm_Flags RS.B 1
bm_Depth RS.B 1
bm_Pad RS.W 1
bm_Planes RS.B 8*4
bm_SIZEOF RS.W 0
RSRESET
Rectangle RS.B 0
ra_MinX RS.W 1
ra_MinY RS.W 1
ra_MaxX RS.W 1
ra_MaxY RS.W 1
ra_SIZEOF RS.W 0
ENDC