added support for int 10:01 set cursortype
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@558
This commit is contained in:
parent
581774e9bc
commit
21a81276b4
3 changed files with 11 additions and 2 deletions
|
@ -20,13 +20,18 @@
|
|||
#define VGA_H_
|
||||
|
||||
#include <mem.h>
|
||||
#include "dosbox.h"
|
||||
|
||||
#undef TEXT
|
||||
#undef GRAPH
|
||||
/* conflicts with int10.h */
|
||||
enum { TEXT, GRAPH };
|
||||
enum { GFX_256C,GFX_256U,GFX_16,GFX_4,GFX_2, TEXT_16 };
|
||||
|
||||
typedef struct {
|
||||
|
||||
bool attrindex;
|
||||
Bit16u cursor;
|
||||
} VGA_Internal;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue