summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gen_latch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Taito 68705 interface improvements: Vas Crabb2017-01-151-1/+13
| | | | | | | | | * Moved stuff arkanoid/puzznic have in common with other games to new abstract base class * Got rid of the unnecessary hacks for bigevglf, it doesn't need anything special * Moved xsleena (xain.cpp) to the common interface class * This fixes regressions in tokio and daikaiju (nw) started instantiating common device finders with the devices to marginally improve build/link time
* gen_latch: Invert logic (latch_read -> latch_written). Dirk Best2017-01-031-17/+26
| | | Also fixes initial callback after start.
* New callback for generic_latch_8/16_device (nw) AJR2016-12-291-34/+67
| | | | | - Add MCFG_GENERIC_LATCH_DATA_PENDING_CB to raise and lower a line automatically as the latch is written and read. This should make sound IRQs easier to deliver and reduce the incidence of HOLD_LINE in drivers. - Update a few drivers to use this new callback.
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-4/+2
|
* Added additional members for compatibility (nw) Miodrag Milanovic2016-04-181-0/+20
|
* Added generic latch to replace soundlatch in driver_device (nw) Miodrag Milanovic2016-04-181-0/+155