mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
video/upd7220.cpp: reset_origin on CRT reprogramming
This commit is contained in:
parent
fdd4967def
commit
9c4b834b3b
@ -436,6 +436,7 @@ inline void upd7220_device::recompute_parameters()
|
||||
if (m_m)
|
||||
{
|
||||
screen().configure(horiz_pix_total, vert_pix_total, visarea, refresh);
|
||||
screen().reset_origin();
|
||||
|
||||
update_hsync_timer(0);
|
||||
update_vsync_timer(0);
|
||||
|
Loading…
Reference in New Issue
Block a user