summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hlcd0515.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-1/+1
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-1/+1
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
* added Philips PCF2100 LCD Driver (nw) hap2020-04-101-2/+3
* mattelchess: add save switch (nw) hap2019-05-061-8/+11
* New working machine added hap2019-05-061-8/+11
* New not working machine added hap2019-05-061-3/+11
* (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+20
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+24
* added mm5445_device (nw) hap2019-03-071-24/+20
* Duplicated save state entries (nw) Olivier Galibert2018-08-231-4/+4
* added HLCD0530 device (nw) hap2017-05-301-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+8
* added hlcd0538 device (nw) hap2017-03-101-11/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* srcclean (nw) Vas Crabb2017-02-191-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* hlcd0515: clear buffer was at wrong time (nw) hap2017-01-241-3/+1
* hlcd0515: couple of accuracy improvements (nw) hap2017-01-231-47/+74
* srcclean (nw) Vas Crabb2017-01-221-4/+4
* hlcd0515: finished device (nw) hap2017-01-211-3/+114
* added hlcd0515 skeleton device (nw) hap2017-01-211-0/+67