   ifnd GRAPHICS_COPPER_I
GRAPHICS_COPPER_I set 1

COPPER_MOVE equ 0
COPPER_WAIT equ 1
CPRNXTBUF   equ 2
CPR_NT_LOF  equ $8000
CPR_NT_SHT  equ $4000

CopIns      set 0
ci_OpCode   set CopIns
ci_nxtlist  set ci_OpCode+2
ci_VWaitPos set ci_nxtlist
ci_DestAddr set ci_VWaitPos
ci_HWaitPos set ci_DestAddr+2
ci_DestData set ci_HWaitPos
ci_SIZEOF   set ci_DestData+2

cprlist      set 0
crl_Next     set cprlist
crl_start    set crl_Next+4
crl_MaxCount set crl_start+4
crl_SIZEOF   set crl_MaxCount+2


CopList      set 0
cl_Next      set CopList
cl__CopList  set cl_Next+4
cl__ViewPort set cl__CopList+4
cl_CopIns    set cl__ViewPort+4
cl_CopPtr    set cl_CopIns+4
cl_CopLStart set cl_CopPtr+4
cl_CopSStart set cl_CopLStart+4
cl_Count     set cl_CopSStart+4
cl_MaxCount  set cl_Count+2
cl_DyOffset  set cl_MaxCount+2
cl_SIZEOF    set cl_DyOffset+2

UCopList         set 0
ucl_Next         set UCopList
ucl_FirstCopList set ucl_Next+4
ucl_CopList      set ucl_FirstCopList+4
ucl_SIZEOF       set ucl_CopList+4

copinit           set 0
copinit_diagstrt  set copinit
copinit_sprstrtup set copinit_diagstrt+8
copinit_sprstop   set copinit_sprstrtup+2*((2*8*2)+2+(2*2)+2)
copinit_SIZEOF    set copinit_sprstop+4

   endif


