summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video')
-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