MiSTer-devel / NeoGeo_MiSTer

NeoGeo for MiSTer
GNU General Public License v2.0
146 stars 78 forks source link

Fix missing ADPCMA samples #41

Closed greyrogue closed 4 years ago

greyrogue commented 4 years ago

When a new aon event is received, if the last sample played ends with same address as the new one, a done is immediately triggered. This means if the same sample is played repeatedly, every other one will be dropped. The same can happen for other samples with same end address, even if they are in different banks. This fixes the issue.