summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gen_latch.cpp
Commit message (Expand)AuthorAgeFilesLines
* gen_latch reset latch_written at reset through function instead of directly hap2024-01-051-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-5/+5
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+1
* Revert "gen_latch: add boost interleave conf setting" Vas Crabb2022-08-311-6/+0
* gen_latch: add boost interleave conf setting hap2022-08-311-0/+6
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* added shared chessmachine device for Mephisto risc, chessmachine EC, chessmac... hap2019-06-011-2/+7
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-13/+13
* cage.cpp Cleanups (#3416) cam9002018-06-261-12/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* gen_latch: Synchronize at start to ensure broadcast of initial "not written" ... AJR2017-08-181-0/+12
* wonder how many undebuggable machines that caused (nw) Vas Crabb2017-07-251-3/+4
* gen_latch: Allow device to be configured for acknowledgement to occur separat... AJR2017-06-131-2/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Taito 68705 interface improvements: Vas Crabb2017-01-151-1/+13
* gen_latch: Invert logic (latch_read -> latch_written). Dirk Best2017-01-031-17/+26
* New callback for generic_latch_8/16_device (nw) AJR2016-12-291-34/+67
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* 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