Skip to content

Commit c5efce6

Browse files
committed
And the forgotten vid_ega.h.
1 parent 2ff3118 commit c5efce6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/86box/vid_ega.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ typedef struct ega_t {
5353
uint8_t seqregs[64];
5454
uint8_t egapal[16];
5555
uint8_t regs[256];
56-
5756
uint8_t *vram;
5857

5958
uint16_t light_pen;
@@ -114,6 +113,9 @@ typedef struct ega_t {
114113
int remap_required;
115114
int actual_type;
116115
int chipset;
116+
int mono_display;
117+
118+
int mdacols[256][2][2];
117119

118120
uint32_t charseta;
119121
uint32_t charsetb;

0 commit comments

Comments
 (0)