Jump to content

    Dissonance version 0.2.1 released

    Robert
    By Robert,

    Grey has released an Internet Radio Client for the DS which utilises sgstair's wifi library. Listen to your favourite Internet radio station with your DS!

     

    May 18, 2006 - Bugfix

    The new feature I added over the last day is simply to reconnect to the server if the connection is dropped. So it might be a little more useful to you now.

    >> Official site: http://people.uleth.ca/~dave.brady/index.php

     

    >> You can join the discussion in the forum HERE.

     

    >> You can download Dissonance at either of the above links.


    GameEx 6.11 released

    Robert
    By Robert,

    Front End

     

    18th May, 2006 - GameEx 6.11

     

    * New ability to rotate display -90 degrees (as well as existing 90 degrees)

    * Additional menu item to restart PC.

    * New option to put MAME under the emulated games menu instead of the start menu

    * Fixes update MAME list only creating list of vertical games, when only vertical games are set to show

    >> Get it HERE.


    FBA-XXX (17th May 2006) released

    Robert
    By Robert,

    Arcade emulator for XBOX

     

    FBA-XXX (17th May 2006)

     

    Again, a new release, mainly fixes :

     

    What's new/fixed?

     

    - fixed simple1x,scanlines 50 et 75%, simple2x and hq2x filter, the bug was perceptible in tiger heli or other games

    - fixed simple1x -> it is now filtered, no more flickering but can result in some performance loss in cps1 or 2, not perceptible

    - rewrote simple2x -> 1,5% less CPU time used

    - fixed minimenu, it is perfect now

    - fixed vmm, should fix last blade2 and other neogeo roms problems

    - fixed screenshot filtered in simple1x

    - fixed init of YM2151 in finalstarforce

    - corrected lowpass filter (not really corrected, but it is like before now)

    - added green screen and calendar fix for neogeo boot by IQ132

    >> Discuss it on the forum HERE.


    Mednafen 0.6.0 released

    Robert
    By Robert,
    May 16, 2006 - Mednafen 0.6.0 Released

    Mednafen 0.6.0 is out. It may be a little buggy, so please report any bugs or problems on the forum, especially if they weren't in previous versions.

     

    0.6.0:

    * The internal sound format has been changed to 16-bit from floating-point to improve performance, especially on processors without FPUs.  There should be no perceptual nor measurable loss in sound quality.

    * Removed fidlib from the source code tree, as it is no longer used.

    * Lynx:  Switched over to Blip_Buffer's lowpass("treble") capabilities from fidlib.

    * PCE, NES:  Added a debugger of DOOOOOM.

    * PCE:  Altered timer emulation slightly.

    * PCE:  It is now possible to load CDs simply by specifying the CUE file, or device, as you would with a ROM image, like so:

      mednafen /dev/cdrom

      mednafen /home/sauron/games/Ys/Ys.cue

    * Added MusePack CD-DA playback(IE audio tracks encoded as MPC data) support.

    * Added legal information to the end of the documentation, though it's likely incomplete.

    * Switched over to using an internal copy of the "Tremor" decoder, and dropped dependencies on the ogg and vorbis external libraries.

    * The CD-DA reading function now provides sound data as 16-bit signed samples in the endian format native to the host platform.

    * PCE:  Changed two often-used CDROM timing variables from int64 to int32 to try to improve performance slightly on non-64-bit platforms.

    * PCE:  Added a hack that changes subtle CDROM unit behaviour when the game "Sherlock Holmes" is loaded, so that the aforementioned game will work.  In general, I really, really dislike hacks of this nature, but I think it's justified until I have a better understanding of the (complex) PCE CD functioning.

    * PCE:  Lowered CDROM data transfer rate, and removed the kludgey one-time delay in the sector reading function.

    * PCE:  Altered ADPCM write delay to be inversely proportional to the playback frequency selected.

    * GB, GBA and Lynx save-state previews are now saved at native resolution, instead of scaling down to 1/4 of the native resolution.

    * NES:  Fixed a mapper 96 initialization problem.

    * NES:  Implemented blargg's NTSC graphics filtering code(version 0.2.0).

    * The setting "sounddevice" will now select which filesystem entry(like "/dev/dsp" or "/dev/adsp") to open when using the OSS output driver.

    * NES:  Changed the internal sound channels high-frequency mixing buffer to 16-bit, from 32-bit, to try to increase performance on cache-starved processors.

    * Added a simple, non-ideal(it increases CPU usage measureably because it dirties the OSD surface and causes it to be redrawn) FPS display, toggled with SHIFT+F1.

    * PCE:  Added "hes" and "pce" to the file extensions looked for in ZIP archives in the file loader.

    * NES:  Added support for iNES mapper 38.

    * Lynx:  The lowpass filter can now be optionally disabled by modifying the "lynx.lowpass" setting.

    * ROM sizes, MD5 hashes, and CRC32 checksums are now printed out for all systems emulated by Mednafen.

    * Rearranged the file loader detector to attempt to load the file as a GBA game last, since the GBA cart-detection code *could* give false positives if the game isn't a GBA game.

    * PCE:  The 2KiB of BRAM is no longer mirrored across the 8KiB segment 0xF7, fixing "RAM is full" problems with Exile 2.

    * PCE:  Fixed MD5 hash calculation for CD data tracks.

    * Added settings "gb.forcemono" and "gba.forcemono".

    * Lynx: Cleaned up the code.

    * The MD5 hash is now calculated for GBA and Lynx games, and the correct MD5 hash is now used in filenames (the nibbles in each byte were swapped previously).

    ***NOTE***

    Save states and save games created in previous versions of Mednafen will have different filenames than the current version.

    To do a quick-and-dirty fix, simply remove the MD5 hash component from the filename as such:

      rename somegame.7e74d04f2d147f03061d447310b109ec.sav somegame.sav

    * Changed autofire behavior to have the button set on half the frames in the autofire period, rather than just one frame.

    * NES:  Changed the background clear color to light blue(from black) when the background is disabled by the user, and fixed background and sprite disabling by the user to not lock up some games that depend on sprite hits.

    * GBA:  Updates from VBA's CVS:

    - bios.cpp : corrected a bug in registerRamReset.

    - gba.cpp/gbainline.h : corrected the mirroring of Vram.

    - gba.cpp : changed slightly the emulation of gbasavetype.

    - RTC.cpp : vba now ignores rtc command 0x64.

    * GBA:  Reduced input latency by one frame.

    * PCE:  Reworked the frame/scanline counter loop to run NMI first, and then draw the active frame area, to reduce input latency by one frame.  Most games keep the vblank starting line outside of the TV's visible display area, but a few(like Dracula X) have vblank occurring on a scanline that the VDC is still outputting a signal to the TV for.  If a game alters its overscan color regularly, and vblank is set to occur rather early, there might be a slight tearing effect at the bottom of the screen.  Note that this is a very minor problem, and is more than offset by the reduced input latency, though I thought I should mention it so I won't go crazy in the future trying to debug the oddball game. :blink: Note that this change may cause compatibility problems with PCE save states created in older versions of Mednafen.

    * NES:  Fixed several PPU sprite RAM and VRAM read and write operations to pass blargg's tests.

    * NES:  Altered how the color to be blitted is decided when screen rendering is disabled to fix blargg's 410 color demo.

    * Fixed scanlines to be aligned correctly(scanline darkening over the pixels that are interpolated between rows) when bilinear interpolation is used, at least on my nvidia card.

    * Floating-point/real number settings are now validated and checked to be in range.

    * PCE:  Rewrote SuperGrafx VPC priority evaluation code to work correctly with http://pcedev.net/demos/Sgx3b.zip which was tested on real hardware.

    * Simplified the OpenGL blitting code.

    >> Get it HERE.


Portal by DevFuse · Based on IP.Board Portal by IPS
×
×
  • Create New...