summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i8275.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-05-31 16:33:23 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-05-31 16:33:23 -0400
commit3f9cb887b1c3598724c219951ccc22d94f6cfa35 (patch)
treeb7c50be6b7017cf2587faa89f27a7e5fcbeaceae /src/devices/video/i8275.cpp
parent4157210f6cd9130ccb2422695e99f74106942b53 (diff)
systel100: Display characters on screen (nw)
i8275: Cancel out reverse video for hidden attribute characters
Diffstat (limited to 'src/devices/video/i8275.cpp')
-rw-r--r--src/devices/video/i8275.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/i8275.cpp b/src/devices/video/i8275.cpp
index 0d06061dd06..1ed81606c67 100644
--- a/src/devices/video/i8275.cpp
+++ b/src/devices/video/i8275.cpp
@@ -385,6 +385,7 @@ void i8275_device::device_timer(emu_timer &timer, device_timer_id id, int param,
else
{
vsp = 1;
+ rvv = m_rvv; // cancel out reverse video for attribute character itself
}
}
else