Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ds8874: move to video folder (led driver chip), | 2024-04-11 | 1 | -1/+1 | |
| | | | | misc: remove folder from self #include | ||||
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -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) | 2021-07-03 | 1 | -0/+10 | |
| | |||||
* | te7750, z8536: Simplify handler signatures (nw) | 2020-03-14 | 1 | -3/+3 | |
| | |||||
* | devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) | 2020-02-05 | 1 | -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) | 2018-12-03 | 1 | -10/+37 | |
| | |||||
* | Here too (nw) | 2017-08-22 | 1 | -1/+1 | |
| | |||||
* | te7750: Corrections, additions and cleanups (nw) | 2017-06-15 | 1 | -7/+7 | |
| | |||||
* | New device: TE7750 Super I/O Expander | 2017-06-15 | 1 | -0/+343 | |