summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/input_merger.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* input_merger: remove awkward initial_state setter, add notes hap2021-12-111-2/+1
* input_merger: add setter for initial state hap2021-05-241-7/+6
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+22
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-22/+0
* devcb3 Vas Crabb2018-07-071-1/+2
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+2
* input_merger: syncronise on the way in, extend to 32 inputs, make some Vas Crabb2017-08-061-36/+46
* fix up input_merger - it needs to save, and it's passive so no reset Vas Crabb2017-08-021-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+17
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* input_merger: Change license to BSD-3 Dirk Best2016-07-231-1/+1
* Add a device as proof of concept which merges several input lines into a comm... Dirk Best2016-07-231-0/+107