From 2d0f04164843759629bec4b51eddf9f4fb27495b Mon Sep 17 00:00:00 2001 From: cracyc Date: Wed, 10 Jan 2018 21:31:27 -0600 Subject: [PATCH] cga: oops (nw) --- src/devices/bus/isa/cga.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/devices/bus/isa/cga.cpp b/src/devices/bus/isa/cga.cpp index 1cea99e2cab..5bac6df381d 100644 --- a/src/devices/bus/isa/cga.cpp +++ b/src/devices/bus/isa/cga.cpp @@ -1813,7 +1813,10 @@ READ8_MEMBER( isa8_cga_m24_device::io_read ) MC6845_UPDATE_ROW(isa8_cga_m24_device::crtc_update_row) { if(m_mode2 & 1) + { m24_gfx_1bpp_m24_update_row(bitmap, cliprect, ma, ra, y, x_count, cursor_x, de, hbp, vbp); + return; + } if (m_update_row_type == -1) return;