Extract video functions to separate file, some refactoring.

This commit is contained in:
sorgelig
2019-05-20 20:01:04 +08:00
parent 1fddf9716c
commit ec41bbfcb2
12 changed files with 726 additions and 693 deletions

View File

@@ -445,7 +445,7 @@ void BootInit()
}
minimig_config.kickstart[0] = 0;
minimig_LoadCfg(0);
minimig_cfg_load(0);
}
void BootPrintEx(const char * str)