summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-1/+1
* Clean up timer device a bit. Aaron Giles2021-04-231-23/+21
* Shouldn't be changing pointers on timer devices either, since we can't save t... Aaron Giles2021-04-151-1/+1
* 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/+3
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
* timers: Periodic timers are not adjustable, be a little more affirmative abou... Olivier Galibert2020-05-091-2/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-43/+22
* (nw) Clean up the mess on master Vas Crabb2019-03-261-40/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+40
* better (nw) hap2019-02-131-1/+1
* revert part of timer.h change (nw) hap2019-02-131-3/+2
* chess*: refactor irq timers (nw) hap2019-02-111-2/+8
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-38/+11
* -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-271-0/+5
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-0/+5
* -mb86235, sh7604, sharc: Removed MCFG macros, nw mooglyguy2018-12-091-1/+12
* A better way of doing scanline timers, nw mooglyguy2018-09-051-0/+6
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-18/+33
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+152