summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/cga.cpp
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-01-10 21:31:27 -0600
committer cracyc <cracyc@users.noreply.github.com>2018-01-10 21:31:27 -0600
commit2d0f04164843759629bec4b51eddf9f4fb27495b (patch)
tree9438dcafaa6a3b14657afc045e9305f262931dab /src/devices/bus/isa/cga.cpp
parent4d51fe9403a900cbf2ba81bec1de514e1f81b730 (diff)
cga: oops (nw)
Diffstat (limited to 'src/devices/bus/isa/cga.cpp')
-rw-r--r--src/devices/bus/isa/cga.cpp3
1 files changed, 3 insertions, 0 deletions
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;