Skip to content

Commit

Permalink
This is vAmiga 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Jan 29, 2024
1 parent 6887c07 commit b13886e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Emulator/Components/Agnus/Agnus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -670,14 +670,6 @@ Agnus::eofHandler()
// Synthesize sound samples
paula.executeUntil(clock - 50 * DMA_CYCLES(HPOS_CNT_PAL)); // MOVE TO Paula::eofHandler

if (paula.muxer.sampler[0].count() == 1 &&
paula.muxer.sampler[1].count() == 1 &&
paula.muxer.sampler[2].count() == 1 &&
paula.muxer.sampler[3].count() == 1) {
trace(true, "Samplers are empty\n");
}
// trace(true, "Sampler 0: %ld\n", paula.muxer.sampler[0].count());

scheduleStrobe0Event();

// Let other components do their own EOF stuff
Expand Down

0 comments on commit b13886e

Please sign in to comment.