| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bump |  Angelo Salese | 2011-08-25 | 2 | -2/+2 |
| * | m68k: improved disassembly of CINV and CPUSH [R. Belmont] |  R. Belmont | 2011-08-25 | 1 | -6/+10 |
| * | Add preliminary support for big-endian SH-3/SH-4 CPUs. [R. Belmont] |  R. Belmont | 2011-08-25 | 2 | -4/+34 |
| * | rm old speedup hacks |  Michaël Banaan Ananas | 2011-08-25 | 1 | -1/+2 |
| * | Added shared SARAM hook-up in TMS32051 ... this also regresses Dangerous Curv... |  Angelo Salese | 2011-08-24 | 1 | -5/+6 |
| * | Fixed a debugger crash if you try to view data memory in TMS32051 [Angelo Sal... |  Angelo Salese | 2011-08-24 | 1 | -2/+6 |
| * | Work-around for TMS32051 crash on Taito JC soft reset |  Angelo Salese | 2011-08-24 | 1 | -8/+9 |
| * | Fixed TMS32051 debug memory viewer [Angelo Salese] |  Angelo Salese | 2011-08-24 | 1 | -2/+3 |
| * | eminline: respect SDL's NOASM build option (nw) |  R. Belmont | 2011-08-24 | 1 | -1/+1 |
| * | naomi: Split the rom boards into a collection of devices. [O. Galibert] |  Olivier Galibert | 2011-08-23 | 1 | -0/+4 |
| * | two more: |  Michaël Banaan Ananas | 2011-08-23 | 1 | -2/+2 |
| * | small fixes + add note about fractions |  Michaël Banaan Ananas | 2011-08-23 | 1 | -3/+7 |
| * | small xtal fix |  Michaël Banaan Ananas | 2011-08-23 | 1 | -2/+1 |
| * | "English doesn't borrow from other languages. English follows other languages... |  Scott Stone | 2011-08-23 | 53 | -94/+94 |
| * | Putting "coinlock disabled" popmessage under MAME_DEBUG or verbose(mame -v). ... |  Michaël Banaan Ananas | 2011-08-22 | 2 | -2/+11 |
| * | (fix verbose msg) |  Michaël Banaan Ananas | 2011-08-22 | 1 | -1/+1 |
| * | Minor notes, nw |  Angelo Salese | 2011-08-21 | 1 | -4/+4 |
| * | Various fixes to the Taito JC system [Angelo Salese]: |  Angelo Salese | 2011-08-21 | 1 | -4/+4 |
| * | fixed memory leak caused by only freeing devices that were verified. |  smf- | 2011-08-21 | 1 | -2/+2 |
| * | another sync with MESS, change by Wilbert Pol (no whatsnew) |  Miodrag Milanovic | 2011-08-21 | 1 | -1/+1 |
| * | Sync with MESS, changes by Oliver Galibert (no whatsnew) |  Miodrag Milanovic | 2011-08-21 | 4 | -0/+108 |
| * | Added MVOL to the SCSP core, used for sound fade in/out effects[Angelo Salese] |  Angelo Salese | 2011-08-21 | 1 | -0/+5 |
| * | lists the rom source short name for shared roms & individual devices are only... |  smf- | 2011-08-20 | 3 | -106/+119 |
| * | increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... |  Michaël Banaan Ananas | 2011-08-20 | 3 | -11/+11 |
| * | made device rom verify consistent with game rom verify & verifies devices whe... |  smf- | 2011-08-20 | 2 | -10/+14 |
| * | Added support for loading other image types to cdrom device, with use of chdm... |  Miodrag Milanovic | 2011-08-20 | 1 | -6/+12 |
| * | rm unneeded check preventing it from being read during device start, fixes MT... |  Michaël Banaan Ananas | 2011-08-19 | 1 | -1/+1 |
| * | (fix ambiguous OR) |  Michaël Banaan Ananas | 2011-08-19 | 1 | -2/+2 |
| * | contact mamedev msg for generate_pcm16 (afaik, it only pops up for cbaj, whic... |  Michaël Banaan Ananas | 2011-08-18 | 1 | -0/+3 |
| * | assume same endianness as other yamaha chips for 16bit |  Michaël Banaan Ananas | 2011-08-18 | 1 | -2/+2 |
| * | ymz280b.c: several minor fixes, including the issue that caused glitched sfx ... |  Michaël Banaan Ananas | 2011-08-18 | 1 | -5/+6 |
| * | added out of bounds check for readmem |  Michaël Banaan Ananas | 2011-08-18 | 1 | -17/+40 |
| * | audit - Make check have more sense when not found (no whatsnew) |  Miodrag Milanovic | 2011-08-18 | 2 | -27/+39 |
| * | small cleanup (no whatsnew) |  Miodrag Milanovic | 2011-08-18 | 1 | -20/+1 |
| * | Fixed verifyroms so it display romsets for devices too as separate. (no whats... |  Miodrag Milanovic | 2011-08-18 | 3 | -8/+130 |
| * | General portability fixes [Robert Muth, R. Belmont] |  R. Belmont | 2011-08-17 | 3 | -1096/+1106 |
| * | Fixed independent channel volumes in Okim6376 sound chip, used by the games f... |  Angelo Salese | 2011-08-17 | 1 | -3/+7 |
| * | ioport.c: during emulation, detect keyboard only when enabled [Fabio Priuli] |  Miodrag Milanovic | 2011-08-17 | 1 | -1/+9 |
| * | removed support for PORT_CATEGORY from the core, since PORT_CONDITION is enou... |  Fabio Priuli | 2011-08-17 | 5 | -118/+2 |
| * | fixed 12bit samples |  Michaël Banaan Ananas | 2011-08-16 | 1 | -1/+3 |
| * | fixed edge case where an irq would be delayed if channel voice ended the same... |  Michaël Banaan Ananas | 2011-08-16 | 1 | -2/+34 |
| * | fixed minor issue with interpolation: if a channel stopped playing, prevsampl... |  Michaël Banaan Ananas | 2011-08-16 | 1 | -26/+35 |
| * | z80dma: Added an alternative way of register read-back that directly |  Angelo Salese | 2011-08-16 | 1 | -20/+39 |
| * | doh |  Michaël Banaan Ananas | 2011-08-16 | 1 | -1/+1 |
| * | small fix for panning |  Michaël Banaan Ananas | 2011-08-16 | 1 | -2/+4 |
| * | simplified compatible_with function. no whatsnew. |  Fabio Priuli | 2011-08-16 | 1 | -1/+1 |
| * | add DEVICE_RESET |  Michaël Banaan Ananas | 2011-08-16 | 1 | -8/+30 |
| * | (chip->rom_readback_addr++ - 1) was confusing. Also added infor on dsp-relate... |  Michaël Banaan Ananas | 2011-08-16 | 1 | -8/+20 |
| * | fixed minor flaw if a system has both compatible and parent sets. no whatsnew. |  Fabio Priuli | 2011-08-15 | 1 | -5/+9 |
| * | hashfile.c: fixed parent .hsi files not being used by clones, for MESS only. ... |  Fabio Priuli | 2011-08-15 | 1 | -5/+13 |