1
0
Fork 0

save vesa modes' upper 24-30 bits for later get vesa mode

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3091
This commit is contained in:
Sebastian Strohhäcker 2008-02-03 12:19:35 +00:00
parent 827bb02217
commit 02579c09f2
3 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2002-2007 The DOSBox Team
* Copyright (C) 2002-2008 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -16,6 +16,8 @@
* 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 $ */
#include "vga.h"
#define S3_LFB_BASE 0xC0000000
@ -135,6 +137,7 @@ typedef struct {
Bit16u pmode_interface_palette;
Bitu used;
} rom;
Bitu vesa_setmode;
} Int10Data;
extern Int10Data int10;