summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6821pia.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed build. (nw) Curt Coder2014-04-241-1/+1
* fixed usage of uninitialized members in pia6821_device (nw) Oliver Stöneberg2014-04-241-0/+2
* typo found by MASH Michaël Banaan Ananas2014-03-241-1/+1
* reduced the number of callers to set_a_input by calling porta_w & made the WR... smf-2014-01-061-2/+2
* Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r... smf-2014-01-061-68/+2
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-51/+50
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed uninitialized members in src/emu/machine/6821pia.c (nw) Oliver Stöneberg2013-03-071-1/+3
* fixed uninitialized members in src/emu/machine/6821pia.c (nw) Oliver Stöneberg2013-02-211-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-171/+171
* Inlining 6821 PIA read/write calls Nathan Woods2011-11-151-30/+0
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-472/+294
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-38/+38
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-65/+31
* BIG update. Aaron Giles2011-03-291-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-32/+32
* running_device -> device_t Aaron Giles2010-12-311-11/+11
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-5/+1
* Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony] Ryan Holtz2010-08-271-0/+2
* Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d... Ryan Holtz2010-08-251-2/+2
* Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh... Ryan Holtz2010-08-241-54/+27
* Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again.... Ryan Holtz2010-08-241-0/+20
* Updated the 6821 PIA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-231-516/+619
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-161-40/+28
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-36/+36
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-35/+35
* 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