summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/pc_vga.h')
-rw-r--r--src/devices/video/pc_vga.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/video/pc_vga.h b/src/devices/video/pc_vga.h
index ea6a26c7ff0..dbfad026886 100644
--- a/src/devices/video/pc_vga.h
+++ b/src/devices/video/pc_vga.h
@@ -215,12 +215,11 @@ protected:
uint8_t pel_shift_latch;
} attribute;
-
struct {
uint8_t read_index, write_index, mask;
int read;
int state;
- struct { uint8_t red, green, blue; } color[0x100];
+ uint8_t color[0x300]; /* flat RGB triplets */
int dirty;
} dac;