| Commit message (Expand) | Author | Age | Files | Lines |
* | sorted out more (nw) |  Miodrag Milanovic | 2015-05-14 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
* | ay8910.c: Provide chip-specific details (number of outputs, number of usable ... |  Alex W. Jackson | 2014-05-06 | 1 | -3/+1 |
* | ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) |  Ivan Vangelista | 2014-05-06 | 1 | -0/+2 |
* | ay8910_device and extended family: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-06 | 1 | -23/+1 |
* | got rid of legacy STREAM_UPDATE, created stream_update_delegate and now |  Miodrag Milanovic | 2014-04-30 | 1 | -6/+2 |
* | Cleanup of ay8910 this makes move to devcb2 possible, also now |  Miodrag Milanovic | 2014-04-30 | 1 | -28/+26 |
* | extended large amount of devices with shortname and source file data (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | removed unnecessary #includes (nw) |  smf- | 2013-05-12 | 1 | -1/+0 |
* | simplified ay8910_start_ym now that all sound chips that use it are devices (nw) |  smf- | 2013-05-12 | 1 | -1/+1 |
* | clears variables to avoid random crashing (nw) |  smf- | 2013-05-12 | 1 | -2/+3 |
* | modernised YM2203 [smf] |  smf- | 2013-05-11 | 1 | -131/+115 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -9/+7 |
* | Stop allocating arrays of UINT8s for the tokens, when |  Aaron Giles | 2012-09-18 | 1 | -1/+1 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -27/+0 |
* | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -2/+58 |
* | * Fully modernized segahang. |  Aaron Giles | 2012-08-10 | 1 | -3/+5 |
* | 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 | -4/+4 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -3/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -2/+2 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -2/+2 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+6 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -3/+3 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+0 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Sound cores compile cleanly. |  Aaron Giles | 2009-03-12 | 1 | -15/+15 |
* | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -1/+1 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -195/+56 |
* | 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 | -12/+6 |
* | Removed redundant config parameter from SND_START. |  Aaron Giles | 2009-01-18 | 1 | -1/+1 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-18 | 1 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-12 | 1 | -2/+3 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-10 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -2/+2 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -2/+2 |
* | This patch furthers the process of aligning the sound cores with the |  Aaron Giles | 2008-12-04 | 1 | -3/+3 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+2 |