From b510f8129e6e8d40b64b9b783dbdd963a62c6eb3 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 7 Jul 2016 22:39:03 +1000 Subject: [PATCH] MT 05534 [Robbbert, crazyc] --- src/devices/video/upd3301.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/upd3301.cpp b/src/devices/video/upd3301.cpp index 8370f52c85c..aa00eaeda44 100644 --- a/src/devices/video/upd3301.cpp +++ b/src/devices/video/upd3301.cpp @@ -485,10 +485,10 @@ void upd3301_device::draw_scanline() UINT32 upd3301_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) { + m_bitmap = &bitmap; if (m_status & STATUS_VE) { m_y = 0; - m_bitmap = &bitmap; m_data_fifo_pos = 0; m_attr_fifo_pos = 0;