summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-3/+3
* Clean up timer device a bit. Aaron Giles2021-04-231-31/+15
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Align timer device callback form with regular (old-style) timer form for even... Aaron Giles2021-03-251-2/+2
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-16/+10
* williams.cpp: Clean up scanline timers (nw) AJR2018-05-251-2/+1
* timer.cpp: Use siblingdevice instead of absolute tag lookup; add screen tag v... AJR2018-05-211-1/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-91/+0
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+291