| VDC Functions. | |
| Functions | |
| vdc_set_read | Set VDC VRAM read pointer. |
| vdc_set_write | Set VDC VRAM write pointer. |
| vdc_set_bat_size | Set background map virtual size. |
| vdc_calc_addr | Compute VRAM address for a given tile in BAT. |
| vdc_load_tiles | Load 8x8 tiles data to VRAM. |
| vdc_load_data | Copy data to VRAM. |
| vdc_fill_bat | Set an area in BAT to a given tile and palette. |
| vdc_clear | Set N words of VRAM to 0. |
| vdc_init | Initialize VDC. |
| vdc_yres_224 | Set vertical (y) resolution to 224 pixels. |
| vdc_yres_240 | Set vertical (y) resolution to 240 pixels. |
| vdc_xres_256 | Set horizontal (x) resolution to 256 pixels. |
| vdc_xres_320 | Set horizontal (x) resolution to 320 pixels. |
| vdc_xres_512 | Set horizontal (x) resolution to 512 pixels. |
| vdc_set_xres | Set horizontal display resolution. |