summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pic8259.c
Commit message (Expand)AuthorAgeFilesLines
* Various i386, x87 and PIC fixes. [Carl] mahlemiut2012-03-091-6/+1
* pic8259 : when using level trigger mode we are taking current lines on EOI (n... Miodrag Milanovic2012-02-141-0/+4
* Better leave this one back (no whatsnew) Miodrag Milanovic2012-02-131-1/+1
* pic8259 - this should fix some pic issues (no whatsnew) Miodrag Milanovic2012-02-131-2/+1
* pic8259 - reverted things back, but made this to be depending of mode, it mak... Miodrag Milanovic2011-07-051-33/+5
* pic8259 - Kill me but this is how it works (no whatsnew) Miodrag Milanovic2011-07-051-5/+33
* pic8259 - Fixed edge triggering and non-specific EOI [Carl, Miodrag Milanovic] Miodrag Milanovic2011-06-011-2/+9
* pic8259 - updated to be more according to documentation [Carl] Miodrag Milanovic2011-05-231-16/+5
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-7/+7
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* cleanups, this time for good Angelo Salese2011-04-171-7/+7
* pic8259 - Added support for cascade mode, updated interface in all drivers [M... Miodrag Milanovic2011-04-121-6/+21
* BIG update. Aaron Giles2011-03-291-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Removed IRQ line clear on ACK, consulted Hans Ostermeyer about this, this cha... Miodrag Milanovic2011-01-251-1/+0
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* Various device fixes/enhancements [Hans Ostermeyer] R. Belmont2010-12-071-5/+8
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Changed default initial state of PIC8259 to STATE_READY [Miodrag Milanovic] Miodrag Milanovic2010-03-191-1/+1
* pic8259: updated to use devcb calls Dirk Best2010-02-241-7/+12
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-241-2/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-3/+3
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-8/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Some PIC8259 updates: Wilbert Pol2008-12-181-60/+84
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* Cleanups/version bump.mame0124u5 Aaron Giles2008-05-011-2/+2
* From: Micko [mailto:mmicko@gmail.com] Aaron Giles2008-05-011-5/+14
* Changed the pic8259 implementation into a device. Wilbert Pol2008-04-121-128/+156
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-14/+14
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+397