summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/wavwrite.c
Commit message (Expand)AuthorAgeFilesLines
* sorted out more (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-15/+9
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-1/+1
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-19/+10
* osd_* -> global_* compilation fixes (nw) Oliver Stöneberg2014-03-241-5/+5
* do not use osd_malloc/osd_free in non-OSD code (nw) Oliver Stöneberg2014-03-241-9/+9
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* Fixed some potential memory leaks and NULL pointer deferences as well as remo... Scott Stone2011-06-151-1/+3
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-3/+3
* All files modified here solely depend on osdcore.h. Therefore changed all mal... Couriersud2010-01-171-9/+9
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-16/+9
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+207