summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/streams.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-3/+10
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-4/+4
* Switched from linear interpolation to antialiased point sampling Aaron Giles2009-11-251-11/+25
* Renamed STREAM_UPDATE_FREQUENCY to STREAM_UPDATE_ATTOTIME Couriersud2009-10-111-1/+1
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Bulk change alert. Aaron Giles2009-04-261-26/+21
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-9/+9
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* 00015: Noticeable static in OKI 6295 audio Aaron Giles2009-03-021-1/+1
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-23/+81
* Cleaned up the profiler. Reduced its runtime overhead significantly by Aaron Giles2009-01-021-0/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-7/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-3/+2
* Hi mamedev, Aaron Giles2008-12-081-6/+7
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-2/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-4/+4
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-4/+4
* Added stream_get_sample_rate(), stream_get_time(), and stream_get_sample_peri... Aaron Giles2008-01-301-45/+99
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-5/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+881