summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-3134-531/+531
* (From Atari Ace. Note that I only took the first patch, which applied Aaron Giles2008-07-3119-43/+54
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-07-3110-23/+29
* Added new options 'cheatpath' to specify one or more paths for cheat Aaron Giles2008-07-3110-13185/+787
* New game marked as NOT WORKING: Bust a Move 2 (JAPANESE ROM ver. 1999/07/17 1... R. Belmont2008-07-312-0/+163
* Fixed 64-bit GCC compile. R. Belmont2008-07-311-1/+1
* Enable strict PC relative loads for ST-V games; at least Cotton Boomerang nee... R. Belmont2008-07-311-2/+3
* New Clone: Killer Instinct 2 (v1.3k, upgrade kit) Brian Troha2008-07-311-9/+29
* New Clone: Killer Instinct 2 (v1.3k, upgrade kit) Brian Troha2008-07-311-1/+2
* Changed symbol table reference parameters to void * from UINT32. Aaron Giles2008-07-315-88/+97
* Fixed menu handling so it doesn't swallow the tab key. Aaron Giles2008-07-301-1/+1
* Driver for "Galaxi", an italian gambling game. Luca Elia2008-07-303-0/+338
* Fix audio in F3 games after recent region changes. R. Belmont2008-07-301-1/+1
* New clones added Roberto Fresca2008-07-303-3/+31
* Simplified shift/rotate instruction implementations. Aaron Giles2008-07-301-53/+18
* Replaced "cpu1" and "cpu2" instances by "main" and "slave". stephh2008-07-301-63/+60
* Fixed overaggressive search & replace. That will teach me to try out Aaron Giles2008-07-301-4/+4
* Remaining obvious regressions from region change. Aaron Giles2008-07-309-87/+91
* Fixed several regressions due to the region changes. Aaron Giles2008-07-3014-94/+95
* Added region and regionbytes fields to the deviceconfig, which are Aaron Giles2008-07-303-19/+30
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-3053-81/+14
* preliminary work on key file format davidhay2008-07-291-2/+83
* Naomi updates [Samuele Zannoli] davidhay2008-07-293-223/+482
* i8051 cpu core timer updates: Wilbert Pol2008-07-291-141/+153
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-295-280/+305
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-2929-106/+137
* Fixed CPS1 audio CPU names to prevent crash. Aaron Giles2008-07-291-137/+135
* Moved region post-processing back to the end. Fixes endian issue on Aaron Giles2008-07-293-5/+9
* Oops, should have been using SETc versus GETFLGS in this case. Aaron Giles2008-07-291-4/+4
* Fixed taito_l crashes. Aaron Giles2008-07-291-2/+2
* Implemented ADDV/SUBV with flags. Kept C versions behind a compile-time define Aaron Giles2008-07-291-22/+23
* Changed space character for memory regions from re'g'ion to 'm'emory_region. Aaron Giles2008-07-291-1/+1
* Fixed comment. Aaron Giles2008-07-291-1/+1
* Fix for 02043: All games in cps2.c: All Parent Sets for CPS2 Games Abort Aaron Giles2008-07-291-1/+1
* SH2DRC: add SUBV, replace ADDV with C version as a precaution. (Fixes most o... R. Belmont2008-07-281-7/+95
* change unmapped read for mspacman to see if it changes tunnel behavior (as su... davidhay2008-07-281-1/+4
* adds recent guru dumps to aleck64.c, not working. davidhay2008-07-282-0/+59
* Changes to lucky74.c driver: Roberto Fresca2008-07-284-254/+671
* Region classes go bye-bye. Aaron Giles2008-07-281319-38436/+38305
* Removed all instances of regions with different class but equal names. Aaron Giles2008-07-289-55/+53
* Slowness is portable. R. Belmont2008-07-281-1/+1
* fixed inline of DecodeADPCM under visual studio. smf-2008-07-281-1/+1
* added cast so direct input 8 code will build on mingw. smf-2008-07-281-2/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281456-43977/+43377
* SH2DRC: Add PC-relative load optimization and ability to disable if necessary... R. Belmont2008-07-282-8/+27
* AICA updates [Deunan Knute, ajax16384, R. Belmont] R. Belmont2008-07-281-46/+20
* Memory map merge for beezer.c, bishi.c, and bladestl.c Andrew Gardner2008-07-283-92/+51
* DSP56156 CPU Core updates. Andrew Gardner2008-07-288-1504/+2533
* Irem m63 - adjusted AY frequencies to proper 1.5 MHz [Stefan Lindberg] Tomasz Slanina2008-07-271-7/+7
* Cleaned up MESS-specific hooks Nathan Woods2008-07-275-16/+10