mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
atari/antic.cpp: reset chand / chxor helpers, fixes trackfld timer / length hidden text
This commit is contained in:
parent
b535e7de2a
commit
0591ff32ef
@ -457,6 +457,9 @@ void antic_device::device_reset()
|
||||
|
||||
// TODO: we shouldn't need this variable but rather rely on screen().vpos()
|
||||
m_scanline = 0;
|
||||
|
||||
m_chand = 0xff;
|
||||
m_chxor = 0x00;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user