summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1994.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
| | | | | | I've guessed whether break or [[fallthrough]] is appropriate. In cases where it looked particularly suspicious, I added a FIXME comment. All of these changes should be reviewed by someone familiar with the code.
* 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
| | | | | | * ngpc.xml: fixed some Japanese titles * ds1994.cpp: added FIXME comments, removed redundant tag from logging helper, corrected device name, removed copy/pasted application note (copyright infringement) * midvunit.cpp: marked "recreated" PAL program as a bad dump
* cleaned up and standarized the code (#5069) grullosgo2019-05-171-621/+631
|
* Add DS1994 device (#5054) grullosgo2019-05-141-0/+798
Add DS1994 device amaticmg driver: added ds1994 device, modified prom load, added ds1994 to romload