| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 59 | -468/+468 |
| * | Couple more regressions fixed. |  Aaron Giles | 2010-09-19 | 2 | -2/+2 |
| * | Fix regressions. |  Aaron Giles | 2010-09-18 | 6 | -15/+21 |
| * | intelfsh: erase small chips faster (fixes saving in GBA games) (no whatsnew) |  R. Belmont | 2010-09-18 | 1 | -1/+8 |
| * | 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... |  Aaron Giles | 2010-09-18 | 8 | -76/+75 |
| * | Added a set volume function for CD-DA [Angelo Salese] |  Angelo Salese | 2010-09-17 | 2 | -0/+12 |
| * | Added a function to change the MSM5205 frequency dynamically [Angelo Salese] |  Angelo Salese | 2010-09-17 | 2 | -0/+11 |
| * | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 12 | -146/+159 |
| * | Add skeleton Apple Sound Chip device (no whatsnew) |  R. Belmont | 2010-09-17 | 4 | -0/+329 |
| * | Triple Punch/Knock Out AY-3-8910 clock speed was incorrect, fixed and verifie... |  Jonathan Gevaryahu | 2010-09-17 | 2 | -6/+31 |
| * | Fix 04034: All sets in viper.c: [debug] Assert in Debug build |  Aaron Giles | 2010-09-16 | 1 | -1/+1 |
| * | SDL: fix Linux and Mac builds for recent makefile changes (no whatsnew) |  R. Belmont | 2010-09-16 | 1 | -14/+18 |
| * | neogeo.c: misc updates [Johnboy] |  Fabio Priuli | 2010-09-15 | 1 | -14/+16 |
| * | CHDMAN: support for .WAV tracks in bin/cue images [R. Belmont] |  R. Belmont | 2010-09-15 | 1 | -68/+219 |
| * | ssv: fixed "disable background" register; fixed x tilemap's offset |  Roberto Zandona | 2010-09-14 | 1 | -18/+18 |
| * | Moved auto-finding code down into the device_t object so it can be more |  Aaron Giles | 2010-09-14 | 8 | -627/+1181 |
| * | Another compile fix |  Scott Stone | 2010-09-14 | 1 | -1/+1 |
| * | Compile fix for makedep.c |  Scott Stone | 2010-09-14 | 1 | -1/+0 |
| * | CHDMAN: fix for extracting bin/cue audio tracks (no whatsnew) |  R. Belmont | 2010-09-14 | 1 | -0/+13 |
| * | CHDMAN: improved -extractcd bin/cue output, improved error handling. [R. Belm... |  R. Belmont | 2010-09-14 | 2 | -36/+39 |
| * | Couple more NVRAM handlers gone. |  Aaron Giles | 2010-09-14 | 2 | -54/+19 |
| * | Removed obsolete code detected by the dependency analyzer. |  Aaron Giles | 2010-09-14 | 2 | -285/+0 |
| * | New build tool makedep.c, derived from src2html.c (really!). |  Aaron Giles | 2010-09-14 | 2 | -9/+578 |
| * | Updated Guru readme for Atomiswave (no whatsnew) |  R. Belmont | 2010-09-14 | 1 | -3/+3 |
| * | New games added as GAME_NOT_WORKING |  R. Belmont | 2010-09-14 | 2 | -3/+18 |
| * | Removed a misleading warning message, this is already supported by the CPU co... |  Angelo Salese | 2010-09-13 | 1 | -2/+1 |
| * | New not working game... |  Roberto Fresca | 2010-09-13 | 2 | -3/+65 |
| * | New driver for Golden Games / C+M Technics AG hardware. [Roberto Fresca, Toma... |  Roberto Fresca | 2010-09-13 | 3 | -1/+561 |
| * | ssv: fixed background disable condition [Roberto Zandona'] |  Roberto Zandona | 2010-09-12 | 1 | -11/+8 |
| * | Fix compile. |  Aaron Giles | 2010-09-11 | 1 | -0/+2 |
| * | ssv: implemented y offset for tilemaps 2-8 (removed kludge for all games axce... |  Roberto Zandona | 2010-09-11 | 1 | -16/+21 |
| * | Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of |  Aaron Giles | 2010-09-11 | 15 | -292/+98 |
| * | Converted intelfsh to a device, updated all users. |  Aaron Giles | 2010-09-11 | 9 | -933/+937 |
| * | Disambiguate the stub functions for MSVC. |  Aaron Giles | 2010-09-11 | 1 | -4/+4 |
| * | ssv: fixed bit #a of 7a-7b CRT register [Roberto Zandona'] |  Roberto Zandona | 2010-09-11 | 1 | -5/+3 |
| * | ssv: removed offset values from the init; the offset now are handled by the C... |  Roberto Zandona | 2010-09-11 | 3 | -45/+26 |
| * | ssv: |  Roberto Zandona | 2010-09-11 | 1 | -22/+45 |
| * | ssv: removed kludge for sprite x offset and implemented 1 bit of 7a-7b regist... |  Roberto Zandona | 2010-09-11 | 3 | -49/+47 |
| * | Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER |  Aaron Giles | 2010-09-11 | 16 | -215/+136 |
| * | Made the mc146818 a proper device, modernized it, and added an NVRAM interface |  Aaron Giles | 2010-09-10 | 18 | -225/+339 |
| * | Merged ssgbl.c into megadrvb.c and moved bootleg input definitions |  Phil Bennett | 2010-09-10 | 6 | -324/+318 |
| * | Replaced largely redundant NVRAM handlers with NVRAM devices |  Aaron Giles | 2010-09-10 | 38 | -754/+601 |
| * | new clones added: 2 Touchmaster sets |  Brian Troha | 2010-09-10 | 2 | -21/+92 |
| * | ssv: |  Roberto Zandona | 2010-09-10 | 3 | -143/+175 |
| * | Replaced NVRAM_HANDLER in leland with an NVRAM device. |  Aaron Giles | 2010-09-10 | 3 | -19/+8 |
| * | Regression fixes. |  Aaron Giles | 2010-09-10 | 12 | -53/+59 |
| * | fatalerror_exitcode() doesn't need to break into the debugger. |  Aaron Giles | 2010-09-10 | 1 | -1/+0 |
| * | On Windows, osd_break_into_debugger() will now dump a stack crawl |  Aaron Giles | 2010-09-10 | 3 | -5/+68 |
| * | Fix incorrect videoram offset in rpunch. |  Aaron Giles | 2010-09-10 | 1 | -2/+2 |
| * | Align large memory blocks to 4k boundaries. |  Aaron Giles | 2010-09-10 | 1 | -5/+26 |