summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/saa1043.cpp
Commit message (Expand)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-2/+3
* 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
* devices/machine/saa1043, mame/video/k057714: fixed some initialization proble... Ivan Vangelista2020-07-041-0/+1
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-4/+5
* srcclean (nw) Vas Crabb2018-04-221-4/+4
* vp415 updates, now actually starts proper testing loop, nw mooglyguy2018-04-151-2/+3
* saa1043.cpp: parenthesized initialization of a member array is a GNU extensio... AJR2018-04-131-2/+2
* Added skeleton SAA1403 device, nw Ryan Holtz2018-04-131-0/+78