First working VERA driver
This commit is contained in:
parent
ec0577f2a2
commit
b28dad5bf1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue