| Commit message (Expand) | Author | Age | Files | Lines |
* | USE 64bit intermediary results in sound_stream::generate_resampled_data. This... |  Couriersud | 2014-07-11 | 1 | -8/+8 |
* | -Reorganized OSD, handling more sound output systems and debuggers, defaults ... |  Miodrag Milanovic | 2014-05-08 | 1 | -1/+1 |
* | got rid of legacy STREAM_UPDATE, created stream_update_delegate and now |  Miodrag Milanovic | 2014-04-30 | 1 | -24/+7 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -1/+1 |
* | konamigx: Reverb me harder baby! [O. Galibert] |  Olivier Galibert | 2014-04-08 | 1 | -0/+47 |
* | Another round of auto_alloc_array conversions. |  Aaron Giles | 2014-02-20 | 1 | -12/+2 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | save state cleanup, converted state_save_register_global* into save_item/save... |  Miodrag Milanovic | 2013-05-08 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -36/+36 |
* | Added more comment to lessen confusion regarding sound_stream::generate_resam... |  Scott Stone | 2012-11-13 | 1 | -2/+3 |
* | removed some expressions which are always true (no whatsnew) |  Oliver Stöneberg | 2012-10-03 | 1 | -1/+0 |
* | added missing \n to even more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -2/+2 |
* | Clean-ups and version bumpmame0145u8 |  Miodrag Milanovic | 2012-05-07 | 1 | -3/+3 |
* | Separated user gain from input gain. Added more functions to |  Aaron Giles | 2012-04-26 | 1 | -77/+100 |
* | Make all items connected to mixer inputs available in the UI, not just items |  Aaron Giles | 2012-02-28 | 1 | -16/+16 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -5/+10 |
* | increasing core speed accuracy by factor 10 (in other words, emu/video.c m_sp... |  Michaël Banaan Ananas | 2011-08-20 | 1 | -3/+3 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -1/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -14/+14 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -4/+4 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -4/+4 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -7/+7 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -29/+29 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -6/+6 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -4/+4 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -4/+4 |
* | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -15/+15 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -3/+3 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -5/+4 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -3/+1 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -525/+803 |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -2/+2 |
* | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 1 | -5/+5 |
* | Cleanups and version bump. |  Aaron Giles | 2010-10-14 | 1 | -2/+2 |
* | Adjustments to allow selecting the sample rate of WAV and AVI file writes eve... |  Scott Stone | 2010-10-01 | 1 | -3/+7 |
* | Enable wavwrite (and aviwrite) sound even if -nosound is specified. |  Aaron Giles | 2010-09-30 | 1 | -2/+3 |
* | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -2/+8 |
* | Moved sound routing for non-speaker devices over to the |  Aaron Giles | 2010-09-08 | 1 | -48/+0 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -8/+7 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -2/+2 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -19/+24 |
* | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -0/+2 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -4/+4 |
* | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -1/+1 |