summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/te7750.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
| | | | misc: remove folder from self #include
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+2
| | | | | | | | | | | | 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.
* heromem, sbmjb: Map I/O expanders (and some RAM for sbmjb) AJR2021-07-031-0/+10
|
* te7750, z8536: Simplify handler signatures (nw) AJR2020-03-141-3/+3
|
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-6/+4
| | | | | Saves a lot of typing { *this }, { *this }... Could be applied in more places, I just did a few devices to demonstrate it.
* te7750: Default clock; update docs; add TE7752 type (nw) AJR2018-12-031-10/+37
|
* Here too (nw) AJR2017-08-221-1/+1
|
* te7750: Corrections, additions and cleanups (nw) AJR2017-06-151-7/+7
|
* New device: TE7750 Super I/O Expander AJR2017-06-151-0/+343