summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6821pia.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-36/+37
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-1/+1
* Added DT_HAS_START to devtempl.h to explicitly specify the presence Aaron Giles2009-05-311-90/+66
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-13/+0
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-0/+1373
* Delete old PIA implementation. Aaron Giles2009-03-031-1343/+0
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-21/+24
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+1
* Hi mamedev, Aaron Giles2008-12-081-33/+34
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-32/+32
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-36/+36
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-32/+32
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+26
* Major cpuintrf changes: Aaron Giles2008-11-101-40/+40
* Cleanups and version bump.mame0128 Aaron Giles2008-10-161-2/+2
* From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk] Aaron Giles2008-10-161-0/+13
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-65/+65
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+4
* Added support for using smaller-sized memory handlers directly in Aaron Giles2008-04-141-76/+0
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-32/+32
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-32/+32
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-10/+10
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Fixes victory137b4gre and victory37b16gre Zsolt Vasvari2008-01-131-90/+127
* (From Atari Ace) Aaron Giles2007-12-311-5/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1353