MiSTer-devel / NeoGeo_MiSTer

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

Change ADPCMB address end to != instead of less than #137

Closed greyrogue closed 3 years ago

greyrogue commented 3 years ago

According to MAME, the end address comparison should be != instead of <. I think that means if end is less than start, it wraps: https://github.com/Rakashazi/emu-ex-plus-alpha/blob/master/NEO.emu/src/gngeo/ym2610/ym2610.c#L2710 -Fixes World Heroes Perfect Guitar sample on ADPCMB (Jukebox = 0xFC25).