On 08/06 04:00, Ricardo Mestre wrote: > Hi, > > Easy update to latest stable version (1.24.3). Comments? OK?
OK jeremy@ > > Changelog as follows: > > v1.24.3: > > - This update implements more complete emulation of the Saturn SCSP's short > waveform mode, fixing excessive distortion in a sound effect in > "Sega Ages: OutRun", a regression introduced in Mednafen 1.24.2. > > v1.24.2: > > - Fixed broken support for systems with no OpenGL implementation available. > - Apple2: Fixed potential assert() failure after changing disks. > - SS: Implemented emulation of SCSP slot EG bypass and short waveform mode > bits. > - SS: Implemented the buggy linear interpolation that occurs when SCSP FM is > used. > - SS: Implemented SCSP register mirroring. > - SS: Fixed a few inaccuracies with the SCSP waveform loop handling. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/emulators/mednafen/Makefile,v > retrieving revision 1.29 > diff -u -p -u -r1.29 Makefile > --- Makefile 31 Mar 2020 11:47:01 -0000 1.29 > +++ Makefile 6 Aug 2020 14:55:42 -0000 > @@ -3,8 +3,7 @@ > BROKEN-hppa = ../../include/mednafen/state.h:21:7: error: > 'exception_ptr' in namespace 'std' does not name a type > COMMENT = emulates numerous game consoles > > -DISTNAME = mednafen-1.24.1 > -REVISION = 0 > +DISTNAME = mednafen-1.24.3 > > CATEGORIES = emulators games > HOMEPAGE = https://mednafen.github.io > Index: distinfo > =================================================================== > RCS file: /cvs/ports/emulators/mednafen/distinfo,v > retrieving revision 1.13 > diff -u -p -u -r1.13 distinfo > --- distinfo 29 Mar 2020 10:10:29 -0000 1.13 > +++ distinfo 6 Aug 2020 14:55:42 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (mednafen-1.24.1.tar.xz) = > pHrfP69NpmkgvruUNuKMv4f/ZjJNC7OSAzy7R4tnX+c= > -SIZE (mednafen-1.24.1.tar.xz) = 3293992 > +SHA256 (mednafen-1.24.3.tar.xz) = > PeqFP3hDZFV/pZ6boRoX6yZ0/A+5MgXzO9vauh2j9w8= > +SIZE (mednafen-1.24.3.tar.xz) = 3296980 >
