1
0
Fork 0

Add some new tandy registers

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1637
This commit is contained in:
Sjoerd van der Berg 2004-02-02 09:25:50 +00:00
parent bd451f9df4
commit 79dfccf120

View file

@ -170,7 +170,10 @@ typedef struct {
Bit8u mem_bank;
Bit8u disp_bank;
Bit8u reg_index;
bool set_reg;
Bit8u mode_control1;
Bit8u palette_mask;
Bit8u border_color;
Bit8u mode_control2;
} VGA_TANDY;
typedef struct {