| Commit message (Expand) | Author | Age | Files | Lines |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -7/+7 |
| * | Fixed several things using memset on non-trivial objects. |  Vas Crabb | 2024-10-28 | 1 | -8/+5 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -9/+5 |
| * | ata/gdrom.cpp: overhaul (#11140) |  Angelo Salese | 2023-05-08 | 1 | -4/+5 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+3 |
| * | srcclean in preparation for 0.240 |  Vas Crabb | 2022-01-23 | 1 | -3/+3 |
| * | Fix several issues in DC-based HW (#9150) |  Angelo Salese | 2022-01-17 | 1 | -20/+24 |
| * | srcclean, remove a vestigial thing, and a little cleanup |  Vas Crabb | 2021-12-26 | 1 | -2/+2 |
| * | Soul-crushingly frustrating clean-up: |  Vas Crabb | 2021-12-01 | 1 | -10/+0 |
| * | aica.cpp: remove code smell on LP flag read |  Angelo Salese | 2021-11-25 | 1 | -3/+8 |
| * | Use std::clamp in more source files |  AJR | 2021-08-15 | 1 | -2/+2 |
| * | sound: Add a few new helpers to write_stream_view |  Aaron Giles | 2020-09-20 | 1 | -3/+2 |
| * | Revert "sound: Improved view interfaces to match usage patterns" |  Aaron Giles | 2020-09-17 | 1 | -4/+4 |
| * | sound: Improved view interfaces to match usage patterns |  Aaron Giles | 2020-09-17 | 1 | -4/+4 |
| * | Converted 'a' sound devices to new callbacks. |  Aaron Giles | 2020-09-14 | 1 | -23/+10 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -4/+4 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -13/+12 |
| * | aica.cpp, aicadsp.cpp : Updates (#4858) |  cam900 | 2019-04-05 | 1 | -711/+733 |
| * | aica.cpp : Minor correction, Add notes, Remove some unused/unnecessary values... |  cam900 | 2018-12-25 | 1 | -51/+43 |
| * | srcclean and manual fixup (nw) |  Vas Crabb | 2018-08-26 | 1 | -2/+2 |
| * | aica.cpp : Add notes, Implement EXTS Mixing (#3812) |  cam900 | 2018-08-01 | 1 | -3/+29 |
| * | aica.cpp : Add input clock related to sample rate, Implement MONO/MVOL |  cam900 | 2018-07-23 | 1 | -35/+53 |
| * | srcclean (nw) |  Vas Crabb | 2018-05-27 | 1 | -1/+1 |
| * | pc9801.cpp: fix sound ROM mapping, fixed sound board initialize for Eikan wa ... |  angelosa | 2018-05-24 | 1 | -0/+2 |
| * | aica.cpp : Correct register name from development manual, Add docs of unimple... |  cam900 | 2018-04-27 | 1 | -1/+13 |
| * | Revert " AICA Cleanups & Internalize CPU Core (#3423)" |  R. Belmont | 2018-04-07 | 1 | -325/+185 |
| * | AICA Cleanups & Internalize CPU Core (#3423) |  cam900 | 2018-04-07 | 1 | -185/+325 |
| * | nicer prev (nw) |  MetalliC | 2018-01-06 | 1 | -13/+9 |
| * | Added asserts for index out of bounds (#3017) |  Oliver Stöneberg | 2018-01-06 | 1 | -0/+7 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -28/+24 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | Misc typo fixes. |  Jordi Mallach | 2016-10-27 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -45/+45 |
| * | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 1 | -1/+1 |
| * | aica: add ADPCM diff value clamp based on encoder research [kode54, MetalliC] |  MetalliC | 2016-08-19 | 1 | -0/+6 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Time for more this==NULL fixes |  therealmogminer@gmail.com | 2016-01-23 | 1 | -10/+9 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -2/+2 |
| * | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -3/+3 |
| * | auto_alloc_array_clear -> make_unique_clear (nw) |  Miodrag Milanovic | 2015-12-19 | 1 | -2/+2 |
| * | update some of remaining licenses (nw) |  Miodrag Milanovic | 2015-12-11 | 1 | -3/+3 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -7/+7 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1662 |