summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6821pia.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-138/+138
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-4/+4
* Inlining 6821 PIA read/write calls Nathan Woods2011-11-151-4/+4
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-95/+57
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-42/+17
* running_device -> device_t Aaron Giles2010-12-311-11/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-12/+12
* Corrected some comments in 6821pia.h, no whatsnew Ryan Holtz2010-08-261-12/+11
* Updated the 6821 PIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-231-39/+216
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-161-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-11/+11
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+0
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-6/+0
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-0/+131
* Delete old PIA implementation. Aaron Giles2009-03-031-286/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-10/+10
* From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk] Aaron Giles2008-10-161-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* Added support for using smaller-sized memory handlers directly in Aaron Giles2008-04-141-80/+0
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-10/+10
* Fixes victory137b4gre and victory37b16gre Zsolt Vasvari2008-01-131-1/+7
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+359