summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/huc6230.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-17emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb1-5/+1
2022-06-04- Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy1-1/+1
2022-04-11huc6272.cpp: don't return -1 when running out of nybbles in adpcm_update fn, ... angelosa1-2/+9
2021-08-15Use std::clamp in more source files AJR1-4/+2
2020-09-20sound: Add a few new helpers to write_stream_view Aaron Giles1-3/+2
2020-09-18gaelco/gb/hc55516/huc620: update to new stream callback Aaron Giles1-7/+11
2020-09-13Significant internal changes to sound streams (#7169) Aaron Giles1-2/+2
2020-03-12devices/sound: more handler simplification (nw) Ivan Vangelista1-1/+1
2020-03-11src/devices: simplified some handlers (nw) Ivan Vangelista1-1/+1
2020-02-05devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb1-3/+2
2020-01-26srcclean, manual adjustments (nw) Vas Crabb1-1/+1
2020-01-24Fix PC-FX ADPCM frequency behavior (#6213) cam9001-18/+20
2019-06-15huc6230.cpp : Add docs cam9001-0/+3
2018-09-02huc6230.cpp : Fix PSG, Timer'd ADPCM update, Implement CD-DA Volume (#3919) cam9001-27/+61
2018-08-29final cleanup (nw) Vas Crabb1-3/+1
2018-08-26srcclean and manual fixup (nw) Vas Crabb1-6/+6
2018-08-23Add huc6230 Emulation (#3829) cam9001-0/+173