Fixed mixer problems, re-enabled vga

This commit is contained in:
rnlf
2017-01-22 20:36:41 +01:00
parent 3c4cb195e0
commit b23d4f020e
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ int main(int argc, char **argv) {
/* Init everything */
atexit(deinit);
soundblaster_init(mixer_getNextBlock);
//vga_init();
vga_init();
palette_init();
keyboard_init();
mouse_init();