mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Sprites: avoid magic constants, ensure proper DMA resumption.
This commit is contained in:
@@ -59,6 +59,7 @@ void Sprite::advance_line(int y, bool is_end_of_blank) {
|
||||
}
|
||||
if(is_end_of_blank || y == v_stop_) {
|
||||
dma_state_ = DMAState::FetchControl;
|
||||
visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user