pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/mednafen



Module name:    wip
Committed by:   thomasklausner
Date:           Sat Feb  4 00:30:54 UTC 2006

Modified Files:
        wip/mednafen: Makefile PLIST distinfo
Added Files:
        wip/mednafen/patches: patch-ac patch-ad

Log Message:
Update to 0.4.7:

0.4.7:
        Fixed the NES PPC AltiVec resampling code by properly aligning an 
output array.

        Fixed NES sound emulation on 32-bit platforms(omitting the buffer size 
to Blip_Buffer::set_sample_rate()
        was causing an assert to go off on <64-bit platforms).

0.4.6:
        Dropped the libsamplerate dependency.

        NES:  Replaced the resampling code from the intermediate frequency 
after FIR resample with Blip_Buffer.  The only
        audible effect seems to be a slight lowpass filter effect.

        PCE:  Integrated the CDDA playback code into the main PCE CDROM 
emulation code by using Blip_Buffer.

        PCE:  Removed the compressor and cddaquality settings.

        Updated the Russian PO file, mostly to remove or fix grossly incorrect 
"fuzzy" entries.
        Added an incomplete Spanish(Spain) PO file.

        PCE:  If a data sector read from a physical disc fails, it will be 
reattempted continuously until it succeeds,
        or the user presses the exit key(F12 by default). (note that this may 
appear to lock up Mednafen, but the
        exit key will still work)
        This *should* fix problems with physical PCE CDs under Mac OS/X and MS 
Windows.

        Merged trio(http://daniel.haxx.se/projects/trio/) into Mednafen to fix 
format-string problems
        on non-glibc systems(MS Windows for example!).

        GB:  Modified the APU emulation code to silence a gcc warning.

        PCE, Lynx, GB, GBA:  Doubled the size of the Blip_Buffer phase offset 
table for slightly higher sound quality.

        PCE:  Fixed ADPCM playback code for when sound is disabled(it was 
ultimately causing a crash in earlier versions).

        Converted the MD5 functions to a class.

        Fixed(hopefully) compilation on non-Apple PowerPC systems.

        Fixed save-state support for saving/loading arrays of 16-bit and 32-bit 
variables(the hints were already there,
        but the code to handle the hints was nonexistant).  Note that this 
change will cause incompatibilities between old save states and
        this version on big-endian platforms.

        Removed the included "m4" directory, updated autogen.sh, and reran it 
to regenerate aclocal.m4 with
        newer(and fixed on AMD64) versions of the gettext autoconf scripts.
        See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349845


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/mednafen/patches/patch-ac \
    wip/mednafen/patches/patch-ad
cvs -z3 rdiff -u -r1.4 -r1.5 wip/mednafen/PLIST wip/mednafen/distinfo
cvs -z3 rdiff -u -r1.7 -r1.8 wip/mednafen/Makefile

To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/patches/patch-ac?r1=0&r2=1.1
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/patches/patch-ad?r1=0&r2=1.1
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/PLIST?r1=1.4&r2=1.5
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/distinfo?r1=1.4&r2=1.5
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/Makefile?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index