Function ClearVram: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Function}}
{{Function}}
Fills the entire VRAM with tile #0. Before calling this function, you must invoke SetTileTable() to specify the tile set to use.  
Fills the entire VRAM with tile #0. Before calling this function, you must invoke SetTileTable() to specify the tile set to use.  

Revision as of 19:18, 27 February 2009

Prototype

Undefined!

Description

Undefined!

Parameters

None

Returns

Void

Video Modes

N/A

Since

V1

Fills the entire VRAM with tile #0. Before calling this function, you must invoke SetTileTable() to specify the tile set to use.


Declaration: void ClearVram();

Parameters: None

Returns: Void

Video Modes Support: All

Status: Active