First working VERA driver

This commit is contained in:
Kyle J Cardoza 2024-07-16 00:35:16 -04:00
parent 6698106b72
commit 3e6a97dd81
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ void vera_reset(void) {
}
void vera_init(void) {
vera_mem_write(VERA_PALETTE_BASE, &vera_palette, 0x200);
vera_mem_write(TEXT_CONSOLE_TILES, &vera_font_0, 0x1000);
vera_mem_set(TEXT_CONSOLE0_VRAM, 0x00, 0x4000);