1
0
Fork 0

optionally turn off vesa linear framebuffer for some buggy games

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3092
This commit is contained in:
Sebastian Strohhäcker 2008-02-03 20:43:14 +00:00
parent 02579c09f2
commit 09622a48af
4 changed files with 21 additions and 9 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: int10.h,v 1.33 2008-02-03 12:19:35 c2woody Exp $ */
/* $Id: int10.h,v 1.34 2008-02-03 20:43:14 c2woody Exp $ */
#include "vga.h"
@ -138,6 +138,7 @@ typedef struct {
Bitu used;
} rom;
Bitu vesa_setmode;
bool vesa_nolfb;
} Int10Data;
extern Int10Data int10;