summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pwm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap7 days1-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* pwm_display: add support for multi-state outputs per brightness level hap2022-02-251-17/+38
* selmenu: fix wrongly placed messagebox hap2021-10-291-1/+1
* 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
* 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