| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed a SH-2 with TSTM opcode [R.Belmont] |  Angelo Salese | 2010-09-28 | 1 | -0/+1 |
| * | Implemented support for SH-2 cycle steal mode, used by Fever Soccer [David Ha... |  Angelo Salese | 2010-09-28 | 2 | -48/+29 |
| * | Fixed Fairchild F8 CPU interrupt handling. [Curt Coder] |  Curt Coder | 2010-09-28 | 3 | -9/+31 |
| * | Synced asc sound device from MESS (no whatsnew) |  Miodrag Milanovic | 2010-09-28 | 2 | -31/+486 |
| * | Haze: DMA fix to correct issues with Fever Soccer (no whatsnew) |  Scott Stone | 2010-09-27 | 1 | -6/+49 |
| * | 680x0: '030 MMU now emulates translation cache; fixed misinterpreted MMU opco... |  R. Belmont | 2010-09-27 | 4 | -45/+495 |
| * | Haze: not using the timers for the DMA causes issues in ST-V, I don't know ... |  Angelo Salese | 2010-09-27 | 1 | -1/+1 |
| * | Give an option of how to handle the DMA timing... with or without the MAME ti... |  Angelo Salese | 2010-09-26 | 4 | -7/+46 |
| * | Put the SH2 DMA on a timer. This is needed because Knuckles Chaotix on the 3... |  Angelo Salese | 2010-09-26 | 5 | -119/+265 |
| * | Modified Z80-DMA reset command (C3) to not randomly clear registers. [Curt Co... |  Curt Coder | 2010-09-24 | 1 | -0/+5 |
| * | Added xtal for MESS. (no whatsnew) |  Curt Coder | 2010-09-22 | 1 | -0/+1 |
| * | Modernized liberator driver, added save state support. |  Aaron Giles | 2010-09-22 | 3 | -0/+104 |
| * | Fixed address space for the ER2055. |  Aaron Giles | 2010-09-21 | 1 | -1/+1 |
| * | Added ER2055 device. Changed liberator over to using it. Other Atari games |  Aaron Giles | 2010-09-21 | 3 | -0/+318 |
| * | Added e2prom address space to x2212 so that the latched contents can be viewed. |  Aaron Giles | 2010-09-21 | 2 | -22/+39 |
| * | Changed memory width stubs to fill unpopulated regions with the appropriate |  Aaron Giles | 2010-09-21 | 2 | -7/+11 |
| * | Converted x2212 to a modern device. Updated starwars and firefox. |  Aaron Giles | 2010-09-21 | 2 | -123/+301 |
| * | M68k: Add more conditionals and FGETEXP instruction [R. Belmont] |  R. Belmont | 2010-09-21 | 1 | -0/+23 |
| * | **FOR REVIEW** |  Andrew Gardner | 2010-09-20 | 1 | -0/+4 |
| * | cdda - Added a per-channel volume setting function [Barry Rodewald] |  Miodrag Milanovic | 2010-09-20 | 2 | -1/+17 |
| * | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 19 | -52/+128 |
| * | Improved Z80-DMA debug logging. (no whatsnew) |  Curt Coder | 2010-09-19 | 1 | -24/+31 |
| * | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 26 | -133/+133 |
| * | Fix regressions. |  Aaron Giles | 2010-09-18 | 3 | -10/+13 |
| * | 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 | 2 | -4/+3 |
| * | 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 | 3 | -0/+328 |
| * | Fix 04034: All sets in viper.c: [debug] Assert in Debug build |  Aaron Giles | 2010-09-16 | 1 | -1/+1 |