Skip to content

Commit b13886e

Browse files
committed
This is vAmiga 2.5
1 parent 6887c07 commit b13886e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Emulator/Components/Agnus/Agnus.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -670,14 +670,6 @@ Agnus::eofHandler()
670670
// Synthesize sound samples
671671
paula.executeUntil(clock - 50 * DMA_CYCLES(HPOS_CNT_PAL)); // MOVE TO Paula::eofHandler
672672

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-
681673
scheduleStrobe0Event();
682674

683675
// Let other components do their own EOF stuff

0 commit comments

Comments
 (0)