summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applepic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove timer_alloc from scheduler, keeping it exclusively in the device_t ↵ Aaron Giles2021-08-171-1/+1
| | | | class. Eventually we should replace all timer_allocs with persistent_timers embedded in the consumer.
* applepic: Add timer and remaining GPIO AJR2021-07-301-14/+52
|
* applepic: Add device files missing from 918da8411db59ec376d800ae2a424344a6736a25 AJR2021-07-291-0/+406