summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pic8259.h
Commit message (Expand)AuthorAgeFilesLines
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-9/+9
* pic8259: remove trampolines (nw) cracyc2014-04-231-1/+1
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-2/+0
* pic8259.c: Added state save support. (nw) Wilbert Pol2013-05-161-8/+8
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-30/+19
* pic8259.c: Get rid of anonymous timer. (nw) Wilbert Pol2013-05-151-5/+4
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-29/+61
* (MESS) Used modern accessors for i8259. (nw) Curt Coder2013-02-021-0/+2
* pic8259: Added modern accessors. (nw) Curt Coder2012-10-301-0/+12
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+20
* pic8259 - reverted things back, but made this to be depending of mode, it mak... Miodrag Milanovic2011-07-051-4/+0
* pic8259 - Kill me but this is how it works (no whatsnew) Miodrag Milanovic2011-07-051-0/+4
* Cleanups again Angelo Salese2011-04-181-1/+1
* pic8259 - Added support for cascade mode, updated interface in all drivers [M... Miodrag Milanovic2011-04-121-0/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* pic8259: updated to use devcb calls Dirk Best2010-02-241-6/+5
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-241-7/+35
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* Added MDRV_PIC8259_ADD macro. Wilbert Pol2008-12-091-0/+16
* Changed the pic8259 implementation into a device. Wilbert Pol2008-04-121-28/+20
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+34