diff options
Diffstat (limited to 'src/devices/video/pc_vga.h')
-rw-r--r-- | src/devices/video/pc_vga.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/pc_vga.h b/src/devices/video/pc_vga.h index 6dc4fa6737e..afde9bfdfd6 100644 --- a/src/devices/video/pc_vga.h +++ b/src/devices/video/pc_vga.h @@ -184,6 +184,7 @@ protected: /**/ uint8_t map13; /**/ uint8_t irq_clear; /**/ uint8_t irq_disable; + uint8_t no_wrap; } crtc; struct |