summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ym3802.cpp
Commit message (Expand)AuthorAgeFilesLines
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-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