summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hlcd0515.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-7/+17
* Systems promoted to working hap2024-02-201-1/+1
* ccompan2: remove standbytimer, hap2023-11-091-16/+76
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-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