mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 06:25:04 +00:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user