Basic output working

This commit is contained in:
rnlf
2017-01-22 19:55:59 +01:00
parent d14cf3ac74
commit b954b0ff2d
17 changed files with 274 additions and 5579 deletions

View File

@@ -58,11 +58,11 @@ int main(int argc, char **argv) {
/* Init everything */
atexit(deinit);
vga_init();
soundblaster_init(mixer_getNextBlock);
//vga_init();
palette_init();
keyboard_init();
mouse_init();
soundblaster_init(mixer_getNextBlock);
/* Init lua */
L = luaL_newstate();