summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/aica.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+5
* ata/gdrom.cpp: overhaul (#11140) Angelo Salese2023-05-081-4/+5
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-3/+3
* Fix several issues in DC-based HW (#9150) Angelo Salese2022-01-171-20/+24
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-261-2/+2
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-10/+0
* aica.cpp: remove code smell on LP flag read Angelo Salese2021-11-251-3/+8
* Use std::clamp in more source files AJR2021-08-151-2/+2
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-3/+2
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-4/+4
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-4/+4
* Converted 'a' sound devices to new callbacks. Aaron Giles2020-09-141-23/+10
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-4/+4
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-13/+12
* aica.cpp, aicadsp.cpp : Updates (#4858) cam9002019-04-051-711/+733
* aica.cpp : Minor correction, Add notes, Remove some unused/unnecessary values... cam9002018-12-251-51/+43
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-2/+2
* aica.cpp : Add notes, Implement EXTS Mixing (#3812) cam9002018-08-011-3/+29
* aica.cpp : Add input clock related to sample rate, Implement MONO/MVOL cam9002018-07-231-35/+53
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* pc9801.cpp: fix sound ROM mapping, fixed sound board initialize for Eikan wa ... angelosa2018-05-241-0/+2
* aica.cpp : Correct register name from development manual, Add docs of unimple... cam9002018-04-271-1/+13
* Revert " AICA Cleanups & Internalize CPU Core (#3423)" R. Belmont2018-04-071-325/+185
* AICA Cleanups & Internalize CPU Core (#3423) cam9002018-04-071-185/+325
* nicer prev (nw) MetalliC2018-01-061-13/+9
* Added asserts for index out of bounds (#3017) Oliver Stöneberg2018-01-061-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-28/+24
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
* aica: add ADPCM diff value clamp based on encoder research [kode54, MetalliC] MetalliC2016-08-191-0/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-10/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-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-3/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1662