summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymz280b.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+2
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-2/+4
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-041-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-32/+22
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* ymz280b: Fix major mixer overdriving [R. Belmont] arbee2020-12-051-4/+4
* ym2203/ym2608/ym2610/ym2612/ymf262/ym3526/ym3812/y8950/ym2413/ymf271/ymf278b/... Aaron Giles2020-09-211-20/+15
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* ymz280b.cpp: Better fix for signed arithmetic issue AJR2020-07-111-4/+4
* fix YMZ280 breakage. MetalliC2020-07-121-2/+2
* Fix clang error: unused variable 'FRAC_MASK' [-Werror,-Wunused-const-variable] AJR2020-07-101-1/+0
* ymz280b.cpp: Modernize save state, Fix frequency calculation (#6922) cam9002020-07-101-62/+62
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* ymz280b.cpp : Remove unnecessary arguments in handlers cam9002019-02-021-2/+2
* bfm_sc4.cpp, ymz280b.cpp: Reduce logging spam (nw) AJR2019-01-021-2/+4
* ymz280b : Add device_rom_interface instead external memory handlers (#3242) cam9002018-02-191-45/+17
* ymz280b: Implement device_clock_changed (nw) AJR2017-06-271-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+24
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-3/+4
* First round of this==NULL crash fixes therealmogminer@gmail.com2016-01-231-2/+7
* 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
* clang-modernize part 6 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+968