summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es5506.cpp
Commit message (Expand)AuthorAgeFilesLines
* sound/es5506.cpp: Converted comments to C++ style, and added notes and additi... cam9002023-03-131-172/+178
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-6/+6
* s_dsp/saa1099/scsp/segapcm/sn76477/snkwave/sp0256/spkrdev/spu/st0016/swp*: Up... Aaron Giles2020-09-211-1/+1
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-4/+2
* es1373/es5503/es5506/esqpump: update to new stream callbacks Aaron Giles2020-09-171-91/+53
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-7/+7
* es5506.cpp: Updates [cam900] cam9002020-08-271-334/+251
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-4/+4
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-2/+2
* fix Clang compile (nw) arbee2019-11-011-2/+2
* es5506.cpp : Fix volume, Reduce unnecessary values cam9002019-11-021-36/+23
* es5506.cpp : Correct algorithms, Allow signed shifting (#5837) cam9002019-10-311-116/+108
* es5506.cpp : Fix silence (#5834) cam9002019-10-311-1/+1
* es5506.cpp : Implement more differs between ES5505/5506, Reduce duplicates (#... cam9002019-10-301-27/+42
* es5506.cpp : Fix regression cam9002019-10-301-2/+2
* Fix clang build [-Werror,-Wunused-const-variable] (nw) AJR2019-10-291-31/+37
* es5506.cpp : Add/Implement ES5505 difference, Fix spacing, Various updates cam9002019-10-301-809/+792
* itech32.cpp, es5506: Reduce logging noise (nw) AJR2019-07-091-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+1
* es5506.cpp, Sync sample rate with esqpump.cpp (#4582) cam9002019-02-021-1/+14
* vgmplay: Added all sound chips (including multiple instances supported by the... smf-2018-08-041-0/+11
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-139/+64
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+18
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-114/+114
* es5506.cpp fixes: [Christian Brunschen] arbee2016-10-151-0/+16
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* More null fixes, nw therealmogminer@gmail.com2016-01-231-2/+10
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-4/+33
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-6/+6
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-17/+17
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2274