First working VERA driver

This commit is contained in:
Kyle J Cardoza 2024-07-15 23:43:39 -04:00
parent ec0577f2a2
commit b28dad5bf1
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,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);