summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/latch8.h
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-4/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+6
* Fix 64bit compile of latch8 Couriersud2009-02-111-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+3
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-1/+1
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-8/+8
* MSVC fixes. MSVC cannot handle offsetof(struct, member[index]); once an Aaron Giles2008-08-251-26/+26
* latch8: Renamed MDRV_LATCH8_MASK and added MDRV_LATCH8_INVERT Couriersud2008-08-241-3/+8
* Adds new generic latch device Couriersud2008-08-221-0/+143