| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for OSD-generated fonts. The OSD is queried first to see |  Aaron Giles | 2010-10-24 | 5 | -71/+119 |
* | Removes all std::strings from the dsp56k cpu core. (Not worth mentioning) |  Andrew Gardner | 2010-10-23 | 8 | -437/+430 |
* | Convert rendfont to C++. |  Aaron Giles | 2010-10-23 | 8 | -605/+629 |
* | Discrete Sound - Added DISCRETE_XTIME_xxx logic modules. These allow you to ... |  Derrick Renaud | 2010-10-22 | 4 | -18/+906 |
* | Sync latest ASC from MESS (no whatsnew) |  R. Belmont | 2010-10-22 | 2 | -48/+86 |
* | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 14 | -47/+58 |
* | Cleanups and version bump.mame0140 |  Aaron Giles | 2010-10-21 | 12 | -103/+103 |
* | Fix madalien regression. |  Aaron Giles | 2010-10-20 | 1 | -4/+15 |
* | Removed stray includes. (no whatsnew) |  Curt Coder | 2010-10-19 | 2 | -2/+0 |
* | Fix compile |  Angelo Salese | 2010-10-19 | 2 | -2/+2 |
* | 03770: Setting 'snapname %g' does not allow snap to be saved with F12. |  Aaron Giles | 2010-10-19 | 1 | -1/+1 |
* | 03915: All sets using -autosave: "auto.sta" can mistakenly be erased |  Aaron Giles | 2010-10-19 | 1 | -1/+1 |
* | Refactored the CDP1869 chip into a C++ device. [Curt Coder] |  Curt Coder | 2010-10-19 | 5 | -622/+847 |
* | Removed old CDP1802 CPU. (no whatsnew) |  Curt Coder | 2010-10-19 | 4 | -1398/+0 |
* | Fix MT04065: tiny (and ldplayer) don't link. |  Aaron Giles | 2010-10-19 | 1 | -0/+67 |
* | Fix custom mapping for dsp56k internal memory. |  Aaron Giles | 2010-10-19 | 1 | -1/+1 |
* | 03074: dkongjr and clones: Discrete audio output is lower pitched than normal... |  Derrick Renaud | 2010-10-19 | 2 | -79/+89 |
* | Whoops, forgot to remove the tag parameter. |  Aaron Giles | 2010-10-18 | 1 | -2/+2 |
* | Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device. |  Aaron Giles | 2010-10-18 | 2 | -9/+28 |
* | Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... |  Curt Coder | 2010-10-18 | 6 | -6/+1795 |
* | Fix MT04059: Add new method reset_origin() to screen devices to allow |  Aaron Giles | 2010-10-18 | 3 | -0/+21 |
* | Fix divide by zero with no-screen games. |  Aaron Giles | 2010-10-18 | 1 | -3/+2 |
* | Convert rendlay objects into C++, reduce the number of unused textures |  Aaron Giles | 2010-10-18 | 10 | -1798/+1767 |
* | ASC: sync with MESS improvements (no whatsnew) |  R. Belmont | 2010-10-17 | 2 | -97/+90 |
* | emualloc.h: Force inlining of MAME's new and delete operators. |  Wilbert Pol | 2010-10-16 | 1 | -12/+12 |
* | Correctly free textures when screen size dynamically changes. |  Aaron Giles | 2010-10-16 | 1 | -6/+4 |
* | More Clang fixes (verified OK with GCC) [Balrog] |  R. Belmont | 2010-10-16 | 3 | -7/+7 |
* | Fix crash when specifying -effect. |  Aaron Giles | 2010-10-16 | 5 | -5/+38 |
* | New games marked as NOT_WORKING |  mariuszw1 | 2010-10-14 | 1 | -0/+14 |
* | Whoops, fix incorrect address space layout for intelfsh in last update. |  Aaron Giles | 2010-10-14 | 1 | -1/+1 |
* | Fix artwork issues from recent render.c update. |  Aaron Giles | 2010-10-14 | 1 | -5/+5 |
* | Fix validation issue with new x2212 maps. |  Aaron Giles | 2010-10-14 | 1 | -3/+7 |
* | Cleanups and version bump. |  Aaron Giles | 2010-10-14 | 21 | -176/+176 |
* | Fix some inconsistencies in intelfsh, fixes taitogn. |  Aaron Giles | 2010-10-14 | 1 | -9/+11 |
* | Update psx drivers to use a driver_device. |  Aaron Giles | 2010-10-14 | 2 | -14/+16 |
* | 8237dma.c: Initialize the command register to 0 on reset. [Wilbert Pol] |  Wilbert Pol | 2010-10-13 | 1 | -0/+1 |
* | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 30 | -3234/+3094 |
* | SH2: Further improvements to PC_relative loads in the delay slot. |  R. Belmont | 2010-10-07 | 1 | -5/+5 |
* | SH2: fix PC relative MOV in delay slot |  R. Belmont | 2010-10-07 | 2 | -54/+68 |
* | Added INT1, INT2, INT3, DRQ0, DRQ1, TMRIN0, TMRIN1 input and TMROUT0, TMROUT1... |  Curt Coder | 2010-10-06 | 2 | -57/+126 |
* | v9938 - Set default value for status register 4 and 6 [Michael Zapf] |  Miodrag Milanovic | 2010-10-06 | 1 | -0/+12 |
* | SH2DRC: Fix BSRF and JSR so delay slot insns can trash the calculated PR if t... |  R. Belmont | 2010-10-05 | 1 | -4/+6 |
* | SH2: fix interpreter, runs fine again |  R. Belmont | 2010-10-05 | 1 | -2/+2 |
* | Fix another Clang issue [Balrog] |  R. Belmont | 2010-10-03 | 1 | -6/+6 |
* | Adjustments to allow selecting the sample rate of WAV and AVI file writes eve... |  Scott Stone | 2010-10-01 | 1 | -3/+7 |
* | Fix type found by clang. |  Aaron Giles | 2010-09-30 | 1 | -1/+1 |
* | Enable wavwrite (and aviwrite) sound even if -nosound is specified. |  Aaron Giles | 2010-09-30 | 1 | -2/+3 |
* | Fix bug where multiple sampleof attributes could be output, resulting in |  Aaron Giles | 2010-09-29 | 1 | -0/+3 |
* | Fixed unaligned 16 and 32-bit i/o accesses in i386 CPU core [Barry Rodewald] |  Angelo Salese | 2010-09-29 | 2 | -23/+27 |
* | Haze: Simplified VDP data reading to use read_word now that the RV bit of 32... |  Scott Stone | 2010-09-29 | 2 | -5/+60 |