SetGfxPlane
Previous  Next

Description: Sets the graphics plane for all tile drawing commands.

     Syntax:
     
SetGfxPlane <GraphicPlane>

Part
Description
<GraphicPlane>
Required. Valid values are SCROLL_A, SCROLL_B, WINDOW

Notes: SCROLL_A (top layer) overlaps SCROLL_B (bottom layer). WINDOW will overwrite SCROLL_A where the WINDOW plane is visible.

Example:

        SetGfxPlane SCROLL_A