summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8255.c
Commit message (Expand)AuthorAgeFilesLines
* 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