Jump to content

    IdeaS 1.0.1.2 released

    Robert
    By Robert,

    DS emulator

     

    Here's the changelog:

     

    * Added LZ77UnComp function.

    * Fixed a bug in EEPROM management.

    * Fixed a bug in CpuSet function.

    * Fixed a bug in Texture management.

    * Fixed a bug in Extend Palette.

    * Fixed a bug in BGxCNT register.

    * Fixed a bug in 3D stacks.

    * Fixed a bug in MMU functions.

    * Fixed a bug in load roms.

    * Fixed a bug in IRQ routines.

    Changelog / Download


    Vice 1.21 released

    Robert
    By Robert,
    VICE is a program that runs on a Unix, MS-DOS, Win32, OS/2, Acorn RISC OS, BeOS, QNX 6.x, Amiga, GP2X or Mac OS X machine and executes programs intended for the old 8-bit computers. The current version emulates the C64, the C128, the VIC20, almost all PET models, the PLUS4 and the CBM-II (aka C610).

     

    * Changes in VICE 1.21

    ======================

     

    ** General

     

    - Added sound recording support.

    - Added aiff, iff, mp3 and wav sound dump drivers.

     

    ** C128 changes

     

    - Added digimax support.

    - Fixed some minor VDC graphics bugs.

     

    ** C64 changes

     

    - Added MMC64 support.

    - Added digimax support.

    - Added Action Replay III support.

    - Improved compatibility of TFE emulation.

     

    ** PET changes

     

    - Added SID cartridge support.

    - Extended the PET REU emulation to include 512/1024/2048KB.

     

    ** PLUS4 changes

     

    - Added SID cartridge support.

    - Fixed some minor TED graphics bug.

     

    ** VIC20 changes

     

    - Added SID cartridge support.

     

    ** Drive changes

     

    - Added support for Dolphin DOS 2 & 3 and Professional DOS 1571. The GUI is partially missing, command line switches have to be used.

     

    ** Unix changes

     

    - New Hungarian translations.

    - Fixed some bug in the XAW file selector.

    - New fullscreen mode based on XRandR - although restriced to XVideo HW scaling. See also BUGS.

    - Raster synchronization based on openGL extension "GLX_SGI_video_sync". See openGL-sync.txt for details.

    - Fixed colormap handling on certain Gnome systems (sporadic black menus, e.g. reported by some FC users).

    - ffmpeg support should work again.

     

    ** MS-Windows changes

     

    - Added Hungarian translations.

    - Added giflib/libungif dll support.

     

    ** OS/2 changes

     

    - Fixed a video resource bug that prevented VICE from running.

     

    ** Mac OSX X11 changes

     

    - Added Gtk+ Port

    - Introduced single "smart" Application Bundle VICE.app

    - Added command line launcher for Terminal.app and xterm

    - Added build scripts for all external libraries and universal builds of VICE

     

    ** AmigaOS changes

     

    - Fixed some UI dialog bugs.

    - Added Hungarian translations.

    - Added more (previously missing) UI elements.

    - Added native MorphOS icons.

    - Fixed for native AmigaOS4 compile.

    - Added VBCC build scripts.

    - New experimental ppc-warpos port.

    - New experimental ppc-powerup port.

     

    ** BeOS changes

     

    - Fixed to also run on ZETA.

    - New ppc-beos port.

    - Added (previously missing) UI elements.

     

    ** Miscellaneous changes

     

    - Fixed the setting of illegal filenames.

    >> Get it HERE.


    DreamChip 3.0 Released

    Mooney
    By Mooney,

    Chip8 emulator for PSP

    Changelog :

     

    - The emulator now runs in full screen mode.

    - Flickering reduced (only seems to affect pong).

    - Input working flawless (no more stickyness).

    - Slight Speedup.

    - More compatibility (games like space invaders now work)

     

    Quite a few changes there

     

    It was possible becuase i finally managed to get a working psp

     

    So while this could have taken a while with me not having a psp, it ended up a lot faster with me having one

     

    Plans For Dreamchip V4.0 :

     

    - More compatibility (a few bugs are hampering a few games)

    - Solve Flickering issue (flickering issue will be solved by the next release)

    - File Browser (its been low on priority, but i will definatly incude in next release)

    - Speed (more speed)

     

    Thanks

    Get it here: ZionMax


    Mame 0.113u1, Intermediate update !

    James
    By James,
    0.113u1

    ---------

     

    NOTE TO OSD PORTERS: There are some major changes happening in this version. Most importantly, throttling and frameskipping are now part of the core. Please read the whatsnew carefully!

     

     

    MAMETesters Bugs Fixed

    -----------------------------

    janptr96_0110u4gra [Mike Ellery]

    dokidoki0111u5gra [Mike Ellery]

     

     

    Source Changes

    --------------------

    Began converting drivers over to the new more accurate video timing functions (video_screen_* functions instead of cpu_*). This first batch includes all the games using the TMS34010 chip and the Atari games that use atarigen.c. [Zsolt Vasvari]

     

    Fixed Windows-isms in regrep.c. [couriersud, Aaron Giles]

     

    Improvements to the kaneko driver. All the protection data should be correct now. [sebastien Volpe]

     

    Added DIP switch locations based on information from the manuals for the following drivers: Karnov, Magmax, Omega Race, Spiders, Bagman, and Bank Panic. [Justin Szczap]

     

    Added a call winwindow_ui_exec_on_main_thread() to allow code on the window thread to cause a function to be executed on the main thread. [Nathan Woods]

     

    Fixed a crash when verifying samples when a sample has a NULL name. [Nathan Woods]

     

    Built the iButton data for keyboardmania 2nd mix and Pop'n Music 7. With this update Pop'n Music will also show the self tests. [Ville Linde]

     

    Properly fixed tile flipping in Mustache Boy. [David Haywood]

     

    Built iButton data for ppd. [ian Patterson]

     

    Fixed the rest of the Atari games and the Cinematronics CCPU games to use the newer video timing system. Also fixed reset problem in Destroyer. [Zsolt Vasvari]

     

    Fixed sample audit to report all missing samples. [bUT]

     

    Marked unknown dips for 005 according to manual. [Mike Ellery]

     

    Updates drivers from C-E to use the newer video timing system. [Zsolt Vasvari]

     

    Fixed timer dipswitch in Alien Syndrome set 1. [Don Maeby]

     

    Moved throttling, frameskipping, fast forwarding, and timing into the core. Removed the equivalent code from the Windows OSD layer. This now relies on options being set for controlling these features by the OSD layer via options.c. Deprecated the old osd_get_fps_text() function. Changed osd_update() to take a parameter indicating whether or not the frame was skipped. Added new function osd_sleep() to the OSD core timing library. [Aaron Giles]

     

    Added a new mechanism for building in fonts. A new tool, png2bdc can convert a specially formatted PNG file into a binary cached MAME font. This cached font can be embedded into MAME. A new default small UI font is now included, and built via this process to replace the old hard-coded one. The new font is proportional, so there is better use of limited screen real estate in small video modes. Some balancing/tweaking of the actual font still needs to be done, and some basic functionality still needs to be added to png2bdc. Consider this a work-in-progress. [Aaron Giles]

     

     

    New clones added

    -----------------------

    A Question of Sport (39-960-089) [Highwayman]

     

     

    New games marked as GAME_NOT_WORKING

    ------------------------------------------------------

    Megatouch 6 [chaneman]

    http://www.mamedev.org/


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