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;