summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8255.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-995/+0
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-49/+37
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-04-071-1/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Fix incorrect device name (nw) Scott Stone2013-07-261-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed uninitialized member in src/emu/machine/i8255.c (nw) Oliver Stöneberg2013-03-061-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* get rid of write_pc, those checks are not needed Michaël Banaan Ananas2012-05-211-30/+2
* fix port C-lower mask in port A mode 2 + fix obvious bug with port C-lower ou... Michaël Banaan Ananas2012-05-201-17/+22
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-18/+18
* Fixed I8255 interrupt enable. [Curt Coder] Curt Coder2011-04-271-48/+35
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-45/+36
* Refactored I8255 into a C++ device. (no whatsnew) Curt Coder2011-04-261-0/+1053