atari/antic.cpp: reset chand / chxor helpers, fixes trackfld timer / length hidden text

This commit is contained in:
angelosa 2022-10-10 01:36:26 +02:00
parent b535e7de2a
commit 0591ff32ef

View File

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