summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8275.h
diff options
context:
space:
mode:
author Sergey Svishchev <shattered@users.noreply.github.com>2018-02-10 12:44:43 +0300
committer Sergey Svishchev <shattered@users.noreply.github.com>2018-02-12 22:50:29 +0300
commita770a420296d6e943152b6d262274686697a52d5 (patch)
tree8d553fcff15a4f576f93ea1d9803ac21f30cd0b1 /src/devices/video/i8275.h
parent534dea91eee1a5b67d8c480d411a10944830f619 (diff)
i8275: fix thinko in previous commit; make Preset Counters command useful.
Fixes visuals in tim100, hp64k.
Diffstat (limited to 'src/devices/video/i8275.h')
-rw-r--r--src/devices/video/i8275.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/i8275.h b/src/devices/video/i8275.h
index a2a8715972c..d1b30fdfeb8 100644
--- a/src/devices/video/i8275.h
+++ b/src/devices/video/i8275.h
@@ -216,6 +216,7 @@ protected:
bool m_du;
bool m_dma_stop;
bool m_end_of_screen;
+ bool m_preset;
int m_cursor_blink;
int m_char_blink;