summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/scsp.cpp
Commit message (Expand)AuthorAgeFilesLines
* scsp.cpp: Fixed a possibly-uninitialized warning with GCC 8.2.1, nw mooglyguy2018-12-021-1/+1
* Other half of the fix was also wrong, nw mooglyguy2018-12-021-1/+1
* Fixed an obviously-wrong 'fix' that was blindly merged by someone who should ... mooglyguy2018-12-021-2/+2
* sound/scsp.cpp - Fix compilation on OSX Clang Klez2018-12-021-2/+2
* scsp.cpp : Minor updates cam9002018-12-021-571/+543
* scsp.cpp: Fix build (nw) AJR2018-12-011-1/+0
* scsp.cpp : Add save states, Correct bool (#4357) cam9002018-12-011-0/+87
* scsp.cpp : Updates cam9002018-11-291-44/+79
* vgmplay: Added SCSP support [smf] smf-2018-08-161-72/+46
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* saturn: Fix regression due to an unexpected CDDA dependency (nw) AJR2018-02-161-4/+4
* space.machine -> machine (nw) Olivier Galibert2017-12-141-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+21
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-7/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-1/+1
* fix compile (nw) Miodrag Milanovic2016-01-231-1/+1
* make st-v not crash (nw) David Haywood2016-01-231-4/+6
* Refix some of the this==NULL stuff therealmogminer@gmail.com2016-01-231-1/+1
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-8/+5
* More this==NULL stuff therealmogminer@gmail.com2016-01-231-5/+5
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-6/+10
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+3
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* update some of remaining licenses (nw) Miodrag Milanovic2015-12-111-0/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1574