| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -1/+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. | ||||
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ | 2023-06-01 | 1 | -1/+1 | |
| | | | | | function signatures. (#11283) [Ryan Holtz] | ||||
| * | mcs51: implement serial input/output as bit stream (#11190) | 2023-05-08 | 1 | -30/+7 | |
| | | | | * fix [MT#05495](https://mametesters.org/view.php?id=5495) | ||||
| * | archimedes_keyb: also kick upstairs in devices/machine | 2022-06-13 | 1 | -0/+438 | |
