fixed ultima 1, added 2 color cga putpixel, fixed cga getpixel. speeded up findsettings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@660
This commit is contained in:
parent
5d8568a3cc
commit
9be6cee6ac
5 changed files with 68 additions and 24 deletions
|
@ -101,7 +101,7 @@
|
|||
#define PLANAR2 0x04
|
||||
#define PLANAR4 0x05
|
||||
#define LINEAR8 0x06
|
||||
|
||||
#define CGA2 0x07
|
||||
// for Tandy
|
||||
|
||||
#define TANDY16 0x0A
|
||||
|
@ -206,3 +206,9 @@ void INT10_SetGfxControllerToDefault(void);
|
|||
/* Sup Groups */
|
||||
void INT10_SetupRomMemory(void);
|
||||
|
||||
struct Int10Data {
|
||||
Bit8u mode;
|
||||
VGAMODES * entry;
|
||||
};
|
||||
|
||||
extern Int10Data int10;
|
Loading…
Add table
Add a link
Reference in a new issue