summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mm5837.h
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+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-21/+21
* mm5837: unify implementations Aaron Giles2020-09-201-13/+91
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-2/+2
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-68/+68
* MM5837: Documented frequency by supply voltage. [Couriersud] couriersud2020-02-161-0/+70
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-17/+2
* devcb3 Vas Crabb2018-07-071-1/+1
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-5/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* beezer: Rewrite driver Dirk Best2016-12-121-0/+81