summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8255ppi.h
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining drivers. Kill off old 8255ppi. Aaron Giles2012-08-081-129/+0
* Department of redundancy department update. Aaron Giles2012-08-081-40/+16
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-29/+5
* running_device -> device_t Aaron Giles2010-12-311-12/+12
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-6/+6
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-4/+2
* Updated the 8255 PPI device to no longer be legacy. [Harmony] Ryan Holtz2010-08-261-20/+131
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+15
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* Fixed broken prototypes Nathan Woods2008-10-031-6/+6
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-17/+39
* Converted the ppi8255 implementation to a device. Wilbert Pol2008-04-191-74/+34
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-12/+12
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+89