From 837acdcf601c80cf679f5740b1f280ef529f93b5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 16 Aug 2022 21:51:13 -0400 Subject: [PATCH] Experimentally decline immediate blits. --- Machines/Amiga/Blitter.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Machines/Amiga/Blitter.cpp b/Machines/Amiga/Blitter.cpp index c4cd54a23..c60acc8bf 100644 --- a/Machines/Amiga/Blitter.cpp +++ b/Machines/Amiga/Blitter.cpp @@ -240,12 +240,12 @@ bool Blitter::advance_dma() { // TODO: eliminate @c complete_immediately and this workaround. // See commentary in Chipset.cpp. - if constexpr (complete_immediately) { - while(get_status() & 0x4000) { - advance_dma(); - } - return true; - } +// if constexpr (complete_immediately) { +// while(get_status() & 0x4000) { +// advance_dma(); +// } +// return true; +// } if(line_mode_) { not_zero_flag_ = false;