Skip to content

Commit

Permalink
PCE: fix sample linger in VGM export
Browse files Browse the repository at this point in the history
issue #2322
  • Loading branch information
tildearrow committed Feb 22, 2025
1 parent 9af53ca commit c5576eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/platform/pce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ int DivPlatformPCE::dispatch(DivCommand c) {
chan[c.chan].pcm=false;
chan[c.chan].sampleNote=DIV_NOTE_NULL;
chan[c.chan].sampleNoteDelta=0;
if (dumpWrites) addWrite(0xffff0002+(c.chan<<8),0);
}
if (chan[c.chan].pcm) {
if (ins->type==DIV_INS_AMIGA || ins->amiga.useSample) {
Expand Down

0 comments on commit c5576eb

Please sign in to comment.