diff options
Diffstat (limited to 'src/devices/video/mc6845.h')
-rw-r--r-- | src/devices/video/mc6845.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/mc6845.h b/src/devices/video/mc6845.h index d124dc6fde6..f20b83e5eff 100644 --- a/src/devices/video/mc6845.h +++ b/src/devices/video/mc6845.h @@ -219,6 +219,7 @@ protected: uint16_t m_vsync_on_pos; uint16_t m_vsync_off_pos; bool m_has_valid_parameters; + bool m_display_disabled_msg_shown; uint16_t m_current_disp_addr; /* the display address currently drawn (used only in mc6845_update) */ |