summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd7001.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use the device-provided timer_alloc instead of reaching around to the ↵ Aaron Giles2021-03-251-2/+2
| | | | scheduler. Also change machine().scheduler().time() calls to just machine().time().
* upd7001: New device AJR2020-03-281-0/+205
ssv.cpp: Split state class up a bit (nw)