Last Modified: 1/18/2021
Changes the video mode of the VDP.
Name | Type | Required | Description |
ScreenMode | System Identifier | Yes | The display mode to set the screen. |
InterlaceMode | System Identifier | No | Sets the interlace mode. |
Mode | Description |
Vid32Cell | Changes the display to 32 tiles wide. |
Vid40Cell | Changes the display to 40 tiles wide. |
Mode | Description |
Interlace | Sets the display to interlaced mode. This is the default setting if omitted. |
DoubleInterlace | Changes the display to double interlaced mode. |
Syntax: TvSet <ITvType> |
Print "Changing Video Modes" Sleep 60 VidMode Vid32Cell |