summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/m3002.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where ↵ Aaron Giles2021-09-111-1/+1
| | | | it can be used. Convert a few drivers from timer devices to plain timers to avoid adding adjust_persistent() to the timer device as well.
* Use the device-provided timer_alloc instead of reaching around to the ↵ Aaron Giles2021-03-251-1/+1
| | | | scheduler. Also change machine().scheduler().time() calls to just machine().time().
* m3002: expose irq callback Patrick Mackinlay2020-09-281-2/+2
|
* clxvme186: Add RTC device (nw) AJR2020-04-071-3/+20
| | | | cms6502: Use XTAL value from schematics (nw)
* m3002: New device AJR2020-04-071-0/+490