summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.c
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-14/+14
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-4/+4
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-7/+7
* BIG update. Aaron Giles2011-03-291-29/+29
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-6/+6
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-4/+4
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-15/+15
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-5/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Fix build break from last checkin. Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-3/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-525/+803
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-5/+5
* Cleanups and version bump. Aaron Giles2010-10-141-2/+2
* Adjustments to allow selecting the sample rate of WAV and AVI file writes eve... Scott Stone2010-10-011-3/+7
* Enable wavwrite (and aviwrite) sound even if -nosound is specified. Aaron Giles2010-09-301-2/+3
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+8
* Moved sound routing for non-speaker devices over to the Aaron Giles2010-09-081-48/+0
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-8/+7
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-19/+24
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-4/+4
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-5/+5
* Whack. Mole. Assembly required. (no whatsnew) R. Belmont2010-06-171-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-482/+289
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-1/+1
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-24/+24
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+5
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-7/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Renamed STREAM_UPDATE_FREQUENCY to STREAM_UPDATE_ATTOTIME Couriersud2009-10-111-1/+1
* [from AtariAce] Aaron Giles2009-08-301-50/+68
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-1/+0