mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
mc6845: somehow this fixes mt6046 (nw)
This commit is contained in:
parent
8acfdd7ee0
commit
9910d16a3f
@ -527,7 +527,7 @@ void mc6845_device::recompute_parameters(bool postload)
|
||||
}
|
||||
|
||||
if(m_show_border_area)
|
||||
visarea.set(0, horiz_pix_total-1, 0, vert_pix_total-1);
|
||||
visarea.set(0, horiz_pix_total-2, 0, vert_pix_total-2);
|
||||
else
|
||||
visarea.set(0 + m_visarea_adjust_min_x, max_visible_x + m_visarea_adjust_max_x, 0 + m_visarea_adjust_min_y, max_visible_y + m_visarea_adjust_max_y);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user