summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+1
* New working systems hap2023-03-261-1/+1
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-041-2/+3
* revert: K054539: Add cubic interpolation (reason: causes regression with reve... hap2022-07-031-53/+6
* sound/k054539.cpp: Fixed DPCM table, and added cubic interpolation. (#9778) Tony Konzel2022-06-091-7/+52
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Changed some sound devices back to using std::unique_ptr<T []> for Vas Crabb2020-09-271-2/+3
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-3/+2
* k005289/k007232/k051649/k053260/k054539/ks0164: update to new stream callbacks Aaron Giles2020-09-191-6/+5
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-3/+3
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-3/+3
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-4/+9
* k054539.cpp: Allow side effects, Add imperfect_features (#6996) cam9002020-07-271-3/+6
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* Woops (nw) Olivier Galibert2020-03-111-1/+1
* ks0164 disassembler work (nw) Olivier Galibert2020-03-111-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* k054539.cpp : Reduce unnecessary arguments in handlers cam9002019-02-031-2/+2
* vgmplay: Fixed K054539 [smf] smf-2018-07-281-0/+5
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* Build fixes (nw) AJR2018-01-251-4/+3
* vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-241-40/+44
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* konamigx: fix sound CPU hanging on state load Scott Percival2016-12-221-0/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-16/+22
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+534