summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9007.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9007.cpp')
-rw-r--r--src/devices/video/crt9007.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9007.cpp b/src/devices/video/crt9007.cpp
index 961dc3149b5..636ee4971e1 100644
--- a/src/devices/video/crt9007.cpp
+++ b/src/devices/video/crt9007.cpp
@@ -636,7 +636,7 @@ void crt9007_device::device_timer(emu_timer &timer, device_timer_id id, int para
if (m_vs)
{
// reset all other bits except Light Pen Update to logic 0
- m_status &= STATUS_LIGHT_PEN_UPDATE;
+ m_status &= (STATUS_LIGHT_PEN_UPDATE | STATUS_INTERRUPT_PENDING);
}
else
{