From 8cceb3b0e9712f037afa0751d4fce90924f3d395 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 30 Jan 2006 09:49:07 +0000 Subject: [PATCH] new svgacard option that's not finished Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2441 --- include/dosbox.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/dosbox.h b/include/dosbox.h index 51017f56..a36a76eb 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -47,6 +47,12 @@ enum MachineType { MCH_VGA }; +enum SVGACards { + SVGA_None, + SVGA_S3Trio +}; + +extern SVGACards svgaCard; extern MachineType machine; extern bool SDLNetInited;