home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog-asm
/
asmonedm.lzh
/
ASMOneDemo
/
ASMOneDemo.lzh
/
ASM-One
/
Include
/
graphics
/
gfx.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-17
|
345 b
|
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