summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/spu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-55/+56
* s_dsp/saa1099/scsp/segapcm/sn76477/snkwave/sp0256/spkrdev/spu/st0016/swp*: Up... Aaron Giles2020-09-211-10/+9
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-8/+8
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... mooglyguy2018-12-161-0/+11
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-37/+17
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-6/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* clang-modernize part 6 Miodrag Milanovic2015-12-041-4/+4
* clang-modernize part 3 Miodrag Milanovic2015-12-041-33/+33
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3081