summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pwm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixups for latest code. Aaron Giles2021-06-041-1/+0
* Merge branch 'master' into time-experiments2 Aaron Giles2021-06-041-67/+59
|\
| * pwm_display: add separate handlers for matrix x/y sides hap2021-05-051-0/+3
| * pwm_display: remove the need to manually call update hap2021-04-241-68/+57
* | Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-251-1/+1
|/
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+5
* pwm: remove now-obsolete savestate workaround hap2020-09-131-25/+1
* alpha_8921: remove empty comment blocks hap2020-09-131-1/+1
* pwm: fix savestate problem (nw) hap2019-07-051-3/+25
* devcb.h: Revert unnecessary change from ed0202220a5243537f5ba7dbc0a38e52a8390... AJR2019-06-271-4/+4
* added sensorboard with piece recognition (nw) hap2019-06-231-4/+7
* hh_tms1k: partial update to pwm_display_device (nw) hap2019-06-171-1/+3
* hh_pic16: change screenless to pwm_display_device (nw) hap2019-06-151-10/+29
* hh*: using pwm_display_device for some drivers (nw) hap2019-06-151-1/+1
* screenless: make it a device (nw) hap2019-06-141-0/+269