summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/f4702.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-15/+1
| | | | | | | | | | | | 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 ↵ MooglyGuy2023-06-011-1/+1
| | | | function signatures. (#11283) [Ryan Holtz]
* srcclean for 0.227 Vas Crabb2020-12-271-1/+1
|
* New device: Fairchild 4702B Bit Rate Generator AJR2020-12-241-0/+274