Re: [hatari-devel] Spec512 screens with higher CPU frequencies |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 02/03/2019 à 19:05, Nicolas Pomarède a écrit :
This is now fixed, unlike what I wrote it was not a timerB issue but an
error when storing several color changes with the same instruction
(which can happen when using move.l or movem)
Spec512_StoreCyclePalette was missing the same code as in
Spec512_EndScanLine to use nCyclesPerLine>>nCpuFreqShift, which is what
the patch from Christophe de Dinechin added.
Nicolas