    ifnd GRAPHICS_VIEW_I
GRAPHICS_VIEW_I set 1

    ifnd GRAPHICS_GFX_I
    include "asm:include/graphics/gfx.i"
    endif

    ifnd GRAPHICS_COPPER_I
    include "asm:include/graphics/copper.i"
    endif

V_PFBA        equ $40
V_DUALPF      equ $400
V_HIRES       equ $8000
V_LACE        equ 4
V_HAM         equ $800
V_SPRITES     equ $4000
GENLOCK_VIDEO equ 2

ColorMap      set 0
cm_Flags      set ColorMap
cm_Type       set cm_Flags+1
cm_Count      set cm_Type+1
cm_ColorTable set cm_Count+2
cm_SIZEOF     set cm_ColorTable+4

ViewPort    set 0
vp_Next     set ViewPort
vp_ColorMap set vp_Next+4
vp_DspIns   set vp_ColorMap+4
vp_SprIns   set vp_DspIns+4
vp_ClrIns   set vp_SprIns+4
vp_UCopIns  set vp_ClrIns+4
vp_DWidth   set vp_UCopIns+4
vp_DHeight  set vp_DWidth+2
vp_DxOffset set vp_DHeight+2
vp_DyOffset set vp_DxOffset+2
vp_Modes    set vp_DyOffset+2
vp_reserved set vp_Modes+2
vp_RasInfo  set vp_reserved+2
vp_SIZEOF   set vp_RasInfo+4

View         set 0
v_ViewPort   set View
v_LOFCprList set v_ViewPort+4
v_SHFCprList set v_LOFCprList+4
v_DyOffset   set v_SHFCprList+4
v_DxOffset   set v_DyOffset+2
v_Modes      set v_DxOffset+2
v_SIZEOF     set v_Modes+2

collTable   set 0
cp_collPtrs set collTable
cp_SIZEOF   set cp_collPtrs+16*4


RasInfo     set 0
ri_Next     set RasInfo
ri_BitMap   set ri_Next+4
ri_RxOffset set ri_BitMap+4
ri_RyOffset set ri_RxOffset+2
ri_SIZEOF   set ri_RyOffset+2

    endif


