Last Modified: 1/18/2021
Writes Data into VRAM Address.
Name | Type | Required | Description |
Address | Long | Yes | The memory location to write Data. |
Data | Integer / Long | Yes | The information to store at Address. |
Syntax: VdpRamWrite <Address>, <Data> |
VdpRamWrite 0,&h1111 |