summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am79c30.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+0
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* am79c30: Correct a few debug logging statements (nw) AJR2020-05-141-5/+7
| | | | eurit30: Add two more buttons (nw)
* am79c30.cpp: Fix build (nw) AJR2020-02-281-1/+1
|
* New skeleton device: Am79C30A DSC AJR2020-02-271-0/+2050
eurit30: LCDC writes identified, but exact type remains unknown (nw)