Jump to content

    MaLa 1.03 released

    Robert
    By Robert,

    Front End

     

    Improvements

    • Ascpect ratio of images and videos can be adjusted for both individually.

    • Added a delay option for the video display in the layout.

    • Added a scroll acceleration value for the mouse and the joystick. Acceleration for the keyboard, mouse and joystick can be adjusted individually now.

     

    Bugfixes

    • Scroll acceleration not working when using the MaLa 'shift' key'.

    >> Get it HERE.


    MAME 0.118u4 Released

    Wizard
    By Wizard,

    The most recent update to MAME 0.118 is now available on the Latest Release page. This update consists primarily of a number of nice internal updates, including better Amiga system support (heading toward getting the Cubo CD32 games working eventually) from Ernesto Corvi, more DIP switch improvements and cleanup from stephh and Alex Jackson, some more improvements to the MIPS CPU cores, and a greatly expanded i386 disassembler. Check it out, and visit MAME Testers to report any issues.

     

    Mamedev

     

    Change Log

    Source Changes

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

    Converted the inputs in galaga.c to tags, using INCLUDE/MODIFY for

    clones, and fixing the conditional extra lives dips in xevious and

    digdug (bosco and galaga still need doing). Also added much more

    information on the digdug sets, thanks to some excellent work by

    stephh. [Alex Jackson]

     

    Fixed sound chip frequency in the superdq driver. [Jim Hernandez]

     

    chdman improvements: [smf]

    * Fixed toc parsing to allow spaces and quotes in file names

    * Supports "offset start length" track syntax that cdrdao creates

    if you don't read subcode

    * Tracks are always padded with zeros & not whatever data happens

    to follow

    * Moved cdrom_track_input_info out of src/lib/util/cdrom.h and

    into src/tools/chdcd.h

    * Added audio byte swapping support

     

    Fixed DIP switches for Oscar (Japan Revision 0). [Corrado Tomaselli]

     

    Added DIP locations to the aerofgt driver. [Fabio Priuli]

     

    Amiga updates: [Erneso Corvi]

    - Implemented ECS-Only BLTCON0L register

    - Modified the amiga_interface structure to add a nmi callback and

    a flags variable.

    - Added AGA chipmem mask definition

    - Added 32 bit data bus support to chipram. It's automatically used

    if the chipset is AGA.

    - Added clock chip constants in machine/amiga.h for 68k PAL and NTSC,

    and 68EC00 NTSC. Updates drivers to use those constants.

    - Added convenience macros to determine wether we're running with an

    ECS chipset, AGA chipset, or 'ECS or AGA chipset'.

    - Changed autoconfig reads to return 0x0000 instead of 0xffff.

    - Fixed MSB value timer reads on the 8520 cia. We were previously only

    updating the count for the timer when the LSB value was read.

    - Added basic Akiko emulation to the cubocd32 driver. Both the Chunky

    to Planar converter, and the I2C NVRAM should be fully implemented,

    however, the CDROM functionality is not complete. It's only enough

    to make the kickstart pass the Akiko checks.

     

    Taito input ports cleanup, continued: [stephh]

    - Updated includes/taitoipt.h with macros for games with only 1 button

    - Converted the following drivers and added more documentation, fixing

    incorrect inputs and DIP switches along the way: taitoair.c,

    taito_h.c, taito_x.c

    - Slightly changed the C-Chip emulation for 'superman' to behave in a

    similar way as other Taito games

    - Corrected some notes in some other Taito drivers

     

    Changed verinfo code to parse the version.c file instead of relying

    on linking against version.o. This appears to fix the link ordering

    problem and also prevents it from being constantly regenerated on

    each build. [Aaron Giles]

     

    Significantly improved the i386 disassembler. Changed it so that it

    no longer outputs 'byte ptr' except for ambiguous cases. Updated for

    full 64-bit disassembly support. Added support for the full IA32

    opcode matrix as specified by recent Intel manuals, including all

    SSE opcodes and variants. [Aaron Giles]

     

    Updated the x86 drc helper code to support externally-allocated cache.

    Also added support for allocating data structures out of the cache.

    Modified initialization so that it does not immediately generate code

    but rather waits for a reset to do that. Fixed code generation bug

    when generating [reg*scale] modrm forms. [Aaron Giles]

     

    Added new functions to the memory system to support CPU cores

    explicitly specifying the access mask on 32-bit and 64-bit data bus

    systems. This enables the MIPS core to handle SWL/SWR and SDL/SDR

    without a read/modify/write cycle. Updated the C and DRC MIPS cores

    to use this new mechanism. [Aaron Giles]

     

    Added new module x86emit.h which supports dynamic code generation for

    both x86 and x64 systems. This new system is a far more complete

    solution, though not all opcodes are defined yet. The interface for

    this is also cleaner than the previous one defined in x86drc.h.

    Existing DRC cores are still using the old interface, but the new one

    is preferred for new development. [Aaron Giles]

     

    Fixed recently introduced bug in the mips3 core that caused the C

    core to launch off into nowhere after the first instruction.

    [Aaron Giles]

     

    New clones added

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

    Undercover Cops (Alpha Renewal Version) [Guru]

    Final Fight (US) [Corrado Tomaselli]

     

    New games marked as GAME_NOT_WORKING

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

    Interstellar Laser Fantasy [Andrew Gardner]


    Gambatte 0.1.1 released

    Robert
    By Robert,

    Emulates Gameboy, Gameboy Color and similar

     

    Release Name: 0.1.1

     

    Notes:

    This minor update mainly consists of bug fixes and smaller front-end, documentation and build changes.

     

    i386 .debs built on Debian lenny have been added to the download section for this release. They're likely to work well on other distributions using the .deb format (like Ubuntu) too.

     

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

    Changes:

    -- 0.1.1 -- 2007-08-29 --

    libgambatte:

    - fix integer overflow in color conversion to rgb16

    - only accept valid filter indexes

    gambatte_sdl:

    - print version

    - print usage

    - support command line arguments.

    - add option for starting in full-screen

    - add option for using video filter

    gambatte_qt:

    - clean up obsolete includes.

    - directdraw: only use alpha if primary surface uses it.

    - add support for loading rom from porgam argument.

    - s/"a highly accurate"/"an accuracy-focused"/ in about box

    - gditoggler: fix unordered video mode listing

    build:

    - Support external CPPFLAGS

    - Use sdl-config

    doc:

    - fix silly wording in README about section

    - s/seperate/separate/

    - s/Automake/Make/

    - mention XShm dependency

    - mention sys/shm.h requirement

    - document key mapping better

    - s/"a highly accurate"/"an accuracy-focused"/

    - add man pages

    Changelog / Download


    EasyMame 5.6.4 released

    Robert
    By Robert,

    Front End

     

    EasyMame 5.6.4 release info:

     

     

    - Added new mame option 'speed'.

    - Faster quick-search

    - Fixed icon glitch when mameinfo.dat isn't available.

     

     

     

     

    Note : EasyMame 5.6.4 only works with Mame.118 binaries and upwards !!

    >> Get it HERE.


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