From d16497ea885779e1397a98248f418e7e9d32c8aa Mon Sep 17 00:00:00 2001 From: cracyc Date: Tue, 3 Apr 2018 22:05:39 -0500 Subject: scn2674: in row table mode double size in cached in screen start 1 (nw) --- src/devices/video/scn2674.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/scn2674.cpp b/src/devices/video/scn2674.cpp index 726450ee7f6..0e20a243f73 100644 --- a/src/devices/video/scn2674.cpp +++ b/src/devices/video/scn2674.cpp @@ -978,7 +978,7 @@ void scn2674_device::device_timer(emu_timer &timer, device_timer_id id, int para if (m_use_row_table) { if (m_double_ht_wd) - dw = m_dbl1; + dw = m_screen1_address >> 14; if (!charrow) { uint16_t addr = m_screen2_address; -- cgit v1.2.3