summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ym3802.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-21/+6
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* more implicit XTAL construction (nw) Vas Crabb2018-01-261-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* srcclean (nw) Vas Crabb2017-06-251-7/+7
* ym3802: added preliminary MIDI clock timer and click counter, gets Mahou Dais... mahlemiut2017-06-241-8/+60
* simplify switch wall as MSVC couldn't tell that rate was always initialized. ... smf-2017-06-211-29/+1
* - Add preliminary Yamaha YM3802 MIDI controller mahlemiut2017-06-211-0/+286