1
0
Fork 0

add possibility to emulate older vesa version to work around some buggy games (fixes Supreme Warrior)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3153
This commit is contained in:
Sebastian Strohhäcker 2008-05-10 17:33:28 +00:00
parent 3a57da9aed
commit caa9317946
5 changed files with 32 additions and 18 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: int10.h,v 1.35 2008-03-14 18:16:34 c2woody Exp $ */
/* $Id: int10.h,v 1.36 2008-05-10 17:33:28 c2woody Exp $ */
#include "vga.h"
@ -141,6 +141,7 @@ typedef struct {
} rom;
Bitu vesa_setmode;
bool vesa_nolfb;
bool vesa_oldvbe;
} Int10Data;
extern Int10Data int10;