| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -642/+0 |
| * | Floppy sounds WIP. See comments in floppy.c. |  Michael Zapf | 2015-08-20 | 1 | -3/+9 |
| * | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -11/+11 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -1/+1 |
| * | samples fix from Osso (nw) |  Miodrag Milanovic | 2014-09-05 | 1 | -1/+3 |
| * | samples_device: converted to use inline config and delegates. Will probably n... |  Ivan Vangelista | 2014-09-04 | 1 | -16/+7 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -12/+12 |
| * | added a missing warning to sample loading code (nw) |  Oliver Stöneberg | 2014-04-04 | 1 | -1/+4 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | small fix (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -2/+2 |
| * | extended large amount of devices with shortname and source file data (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -29/+29 |
| * | more chdcd.c errormessage enhancements / adapted error messages for emu/sound... |  Oliver Stöneberg | 2013-01-06 | 1 | -0/+24 |
| * | Expose a static interface for using the sample loader, for any |  Aaron Giles | 2012-02-25 | 1 | -14/+11 |
| * | Fix MT4696 - 8-bit sample reading was broken |  Aaron Giles | 2012-02-21 | 1 | -5/+3 |
| * | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 1 | -19/+19 |
| * | Rewrote SAMPLES as a modern device. Updated all callers. FLAC |  Aaron Giles | 2012-02-19 | 1 | -628/+523 |
| * | Clean-ups and version bump |  Angelo Salese | 2012-02-05 | 1 | -1/+1 |
| * | WAV is not (yet) deprecated, rm warning that made it sound like it is |  Michaël Banaan Ananas | 2012-02-04 | 1 | -4/+0 |
| * | Various wav/flac sample changes: [David Haywood] |  Angelo Salese | 2012-02-03 | 1 | -20/+61 |
| * | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -4/+4 |
| * | Added FLAC (lossless audio) codec support plus experimental hooks in samples ... |  R. Belmont | 2012-01-22 | 1 | -88/+276 |
| * | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -3/+2 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
| * | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -11/+11 |
| * | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -5/+5 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -2/+2 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -32/+24 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -7/+7 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
| * | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -10/+9 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -10/+10 |
| * | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -1/+1 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -1/+1 |
| * | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+2 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -5/+3 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -11/+11 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+2 |
| * | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -7/+4 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -4/+4 |
| * | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -13/+12 |
| * | Sound cores compile cleanly. |  Aaron Giles | 2009-03-12 | 1 | -7/+7 |
| * | Remaining regressions. |  Aaron Giles | 2009-02-17 | 1 | -24/+37 |
| * | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -98/+27 |
| * | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
| * | Sound cores no longer allocate their own tokens. Instead they return a new |  Aaron Giles | 2009-01-18 | 1 | -5/+3 |
| * | Removed redundant config parameter from SND_START. |  Aaron Giles | 2009-01-18 | 1 | -1/+1 |
| * | Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE |  Aaron Giles | 2009-01-17 | 1 | -16/+7 |
| * | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -9/+9 |