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:           Mon Feb 27 22:29:27 UTC 2006

Modified Files:
        wip/mednafen: Makefile PLIST distinfo

Log Message:
Update to 0.5.2:

0.5.2:
        Modified the PCE code to only include header files that
        are needed.

        Fixed a memory leak in the state saving code.

        PCE:  Closing HES music files will no longer produce
        battery-backed RAM files. x_x

        Fixed a memory leak in the state loading code.

        Reduced memory slightly in the text rendering code by using
        all the bits available in the array(instead of the lower
        bit of each byte) that tells if a glyph is available or
        not.

        Modified the internal message display code to allocate and
        free space for the message being displayed, rather than
        using a rather small static array.

        PCE:  Fixed a small bug that would cause 1/75 second or
        less of the old CDDA track to play when switching to a new
        CDDA track.

        PCE:  Changed how reads from $0000 are handled, and made
        vblank occur slightly later in the frame, to fix Valis 1.

        PCE:  The CD reset function of $1804 now clears more
        variables, fixing problems with lockups when using the
        START+SELECT soft reset in the middle of a data read.

        Finally fixed the endian conversion code so that save
        states(and netplay) are compatible between big-endian and
        little-endian systems.  **NOTE** Save states created in
        previous versions of Mednafen on big endian platforms(such
        as OS/X PPC) will no longer work in this version.

        Removed the tech documentation from the source code
        distribution.

        Truncated the ChangeLog to the first Nintencer release.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/mednafen/Makefile
cvs -z3 rdiff -u -r1.5 -r1.6 wip/mednafen/PLIST
cvs -z3 rdiff -u -r1.8 -r1.9 wip/mednafen/distinfo

To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/Makefile?r1=1.11&r2=1.12
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/PLIST?r1=1.5&r2=1.6
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/mednafen/distinfo?r1=1.8&r2=1.9

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 xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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