summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1994.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap8 days1-1/+1
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-13/+41
* 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-268/+265
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-14/+16
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* misc fixes for bugs that showed up in devnoclear debug builds (nw) Ivan Vangelista2020-04-071-0/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-161-40/+5
* cleaned up and standarized the code (#5069) grullosgo2019-05-171-621/+631
* Add DS1994 device (#5054) grullosgo2019-05-141-0/+798