1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Avoid 'complete' repetition.

This commit is contained in:
Thomas Harte 2022-07-30 21:02:04 -04:00
parent 58ee8e2460
commit 82476bdabe

View File

@ -357,7 +357,7 @@ bool Blitter::advance_dma() {
if(next.second != loop_index_) {
transient_a_mask_ = x_ ? 0xffff : a_mask_[0];
// Check whether a complete row was completed in the previous iteration.
// Check whether an entire row was completed in the previous iteration.
// If so then add modulos.
if(!x_ && y_) {
pointer_[0] += modulos_[0] * channel_enables_[0] * direction_;