scn2674: in row table mode double size in cached in screen start 1 (nw)

This commit is contained in:
cracyc 2018-04-03 22:05:39 -05:00
parent 7d96346c6a
commit d16497ea88

View File

@ -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;