GCC 4.3 header.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3111
This commit is contained in:
parent
0665eeb12d
commit
eb14c103fe
1 changed files with 3 additions and 2 deletions
|
@ -16,14 +16,15 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: vga_tseng.cpp,v 1.2 2008-01-12 17:37:48 c2woody Exp $ */
|
||||
/* $Id: vga_tseng.cpp,v 1.3 2008-02-26 08:55:29 qbix79 Exp $ */
|
||||
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "setup.h"
|
||||
#include "vga.h"
|
||||
#include "inout.h"
|
||||
#include "mem.h"
|
||||
|
||||
#include <cstdlib>
|
||||
// Tseng ET4K data
|
||||
typedef struct {
|
||||
Bit8u extensionsEnabled;
|
||||
|
|
Loading…
Add table
Reference in a new issue