mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Experimentally decline immediate blits.
This commit is contained in:
parent
7289192130
commit
837acdcf60
@ -240,12 +240,12 @@ bool Blitter<record_bus>::advance_dma() {
|
|||||||
|
|
||||||
// TODO: eliminate @c complete_immediately and this workaround.
|
// TODO: eliminate @c complete_immediately and this workaround.
|
||||||
// See commentary in Chipset.cpp.
|
// See commentary in Chipset.cpp.
|
||||||
if constexpr (complete_immediately) {
|
// if constexpr (complete_immediately) {
|
||||||
while(get_status() & 0x4000) {
|
// while(get_status() & 0x4000) {
|
||||||
advance_dma<false>();
|
// advance_dma<false>();
|
||||||
}
|
// }
|
||||||
return true;
|
// return true;
|
||||||
}
|
// }
|
||||||
|
|
||||||
if(line_mode_) {
|
if(line_mode_) {
|
||||||
not_zero_flag_ = false;
|
not_zero_flag_ = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user