From 3d1c417e15eee5e58d6de50246b2ee297e57ac3d Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 26 May 2024 23:09:42 +0300 Subject: Fix hang up when MODESET2_IE0 is disabled --- vdp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vdp.cpp') 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; -- cgit v1.2.3