tfv: have title screen not flip to VMW logo when using menu

still not sure what was the root cause of this
This commit is contained in:
Vince Weaver
2018-07-07 16:24:17 -04:00
parent 9ad08b1b9d
commit e9d88d5472

View File

@@ -18,6 +18,10 @@ int title(void) {
int result;
soft_switch(LORES);
soft_switch(TXTCLR);
soft_switch(MIXSET);
ram[DRAW_PAGE]=PAGE0;
clear_bottom();
ram[DRAW_PAGE]=PAGE1;
@@ -27,9 +31,11 @@ int title(void) {
grsim_unrle(title_rle,0xc00);
ram[DRAW_PAGE]=PAGE0;
gr_copy_to_current(0xc00);
ram[DRAW_PAGE]=PAGE1;
gr_copy_to_current(0xc00);
page_flip();
gr_copy_to_current(0xc00);
// page_flip();
// page_flip();