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 >
Wrap
Text File
|
1995-03-16
|
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