mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
atari/antic.cpp: make m_scanline to be consistant across soft resets
This commit is contained in:
parent
f992a0b77f
commit
35f2c79feb
@ -454,6 +454,9 @@ void antic_device::device_reset()
|
|||||||
|
|
||||||
memset(m_cclock, 0, sizeof(m_cclock));
|
memset(m_cclock, 0, sizeof(m_cclock));
|
||||||
memset(m_pmbits, 0, sizeof(m_pmbits));
|
memset(m_pmbits, 0, sizeof(m_pmbits));
|
||||||
|
|
||||||
|
// TODO: we shouldn't need this variable but rather rely on screen().vpos()
|
||||||
|
m_scanline = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user