summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8275.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-07 08:17:51 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-07 08:17:51 -0400
commit0df94f61efb3a624da35d5ba16a649b23e675752 (patch)
tree253410647bde37bf43d353311fb4ba4a8ae5c2d9 /src/devices/video/i8275.h
parent4da41acc0d457473945acea8e8247e6978bcf570 (diff)
i8275: Improve and simplify handling of field attributes
Diffstat (limited to 'src/devices/video/i8275.h')
-rw-r--r--src/devices/video/i8275.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/video/i8275.h b/src/devices/video/i8275.h
index f5d6b3633bc..65c7269edd1 100644
--- a/src/devices/video/i8275.h
+++ b/src/devices/video/i8275.h
@@ -202,12 +202,6 @@ protected:
int m_lpen;
- int m_hlgt;
- int m_vsp;
- int m_gpa;
- int m_rvv;
- int m_lten;
-
int m_scanline;
int m_irq_scanline;
int m_vrtc_scanline;
@@ -219,6 +213,7 @@ protected:
int m_cursor_blink;
int m_char_blink;
uint8_t m_stored_attr;
+ uint8_t m_field_attr;
// timers
emu_timer *m_hrtc_on_timer;