We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6887c07 commit b13886eCopy full SHA for b13886e
Emulator/Components/Agnus/Agnus.cpp
@@ -670,14 +670,6 @@ Agnus::eofHandler()
670
// Synthesize sound samples
671
paula.executeUntil(clock - 50 * DMA_CYCLES(HPOS_CNT_PAL)); // MOVE TO Paula::eofHandler
672
673
- if (paula.muxer.sampler[0].count() == 1 &&
674
- paula.muxer.sampler[1].count() == 1 &&
675
- paula.muxer.sampler[2].count() == 1 &&
676
- paula.muxer.sampler[3].count() == 1) {
677
- trace(true, "Samplers are empty\n");
678
- }
679
- // trace(true, "Sampler 0: %ld\n", paula.muxer.sampler[0].count());
680
-
681
scheduleStrobe0Event();
682
683
// Let other components do their own EOF stuff
0 commit comments