summaryrefslogtreecommitdiff
path: root/vdp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.cpp')
-rw-r--r--vdp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.cpp b/vdp.cpp
index df8722d..47e6d6e 100644
--- a/vdp.cpp
+++ b/vdp.cpp
@@ -559,8 +559,8 @@ bool VDP::Scanline()
if (MODESET2_IE0_GET(mode_set_2)) {
m68k_set_irq(M68K_IRQ_6);
_status.vblank = true;
- return true;
}
+ return true;
}
_status.vblank = false;
return false;