| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bumpmame0148u5 |  Miodrag Milanovic | 2013-05-20 | 1 | -1/+0 |
* | pic8259.c: Added state save support. (nw) |  Wilbert Pol | 2013-05-16 | 1 | -1/+25 |
* | pic8259.c: Switched to devcb2. (nw) |  Wilbert Pol | 2013-05-15 | 1 | -17/+6 |
* | pic8259.c: Get rid of anonymous timer. (nw) |  Wilbert Pol | 2013-05-15 | 1 | -3/+1 |
* | pic8259.c: Continue modernization. (nw) |  Wilbert Pol | 2013-05-14 | 1 | -243/+176 |
* | (MESS) Used modern accessors for i8259. (nw) |  Curt Coder | 2013-02-02 | 1 | -1/+4 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -24/+22 |
* | Basic Keyboard IRQ hook-up, pending all buttons hook ... |  Angelo Salese | 2012-11-19 | 1 | -0/+1 |
* | pic8259: Added modern accessors. (nw) |  Curt Coder | 2012-10-30 | 1 | -0/+19 |
* | Stop allocating arrays of UINT8s for the tokens, when |  Aaron Giles | 2012-09-18 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -3/+1 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+2 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -21/+0 |
* | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -2/+38 |
* | Removed zero sized inline_config (no whatsnew) |  Miodrag Milanovic | 2012-08-30 | 1 | -1/+0 |
* | Various i386, x87 and PIC fixes. [Carl] |  mahlemiut | 2012-03-09 | 1 | -6/+1 |
* | pic8259 : when using level trigger mode we are taking current lines on EOI (n... |  Miodrag Milanovic | 2012-02-14 | 1 | -0/+4 |
* | Better leave this one back (no whatsnew) |  Miodrag Milanovic | 2012-02-13 | 1 | -1/+1 |
* | pic8259 - this should fix some pic issues (no whatsnew) |  Miodrag Milanovic | 2012-02-13 | 1 | -2/+1 |
* | pic8259 - reverted things back, but made this to be depending of mode, it mak... |  Miodrag Milanovic | 2011-07-05 | 1 | -33/+5 |
* | pic8259 - Kill me but this is how it works (no whatsnew) |  Miodrag Milanovic | 2011-07-05 | 1 | -5/+33 |
* | pic8259 - Fixed edge triggering and non-specific EOI [Carl, Miodrag Milanovic] |  Miodrag Milanovic | 2011-06-01 | 1 | -2/+9 |
* | pic8259 - updated to be more according to documentation [Carl] |  Miodrag Milanovic | 2011-05-23 | 1 | -16/+5 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -7/+7 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | cleanups, this time for good |  Angelo Salese | 2011-04-17 | 1 | -7/+7 |
* | pic8259 - Added support for cascade mode, updated interface in all drivers [M... |  Miodrag Milanovic | 2011-04-12 | 1 | -6/+21 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Removed IRQ line clear on ACK, consulted Hans Ostermeyer about this, this cha... |  Miodrag Milanovic | 2011-01-25 | 1 | -1/+0 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -4/+4 |
* | Various device fixes/enhancements [Hans Ostermeyer] |  R. Belmont | 2010-12-07 | 1 | -5/+8 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -5/+3 |
* | Changed default initial state of PIC8259 to STATE_READY [Miodrag Milanovic] |  Miodrag Milanovic | 2010-03-19 | 1 | -1/+1 |
* | pic8259: updated to use devcb calls |  Dirk Best | 2010-02-24 | 1 | -7/+12 |
* | pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers |  Dirk Best | 2010-02-24 | 1 | -2/+9 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -5/+5 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | gcc 4.5.0 compilation fixes. |  Aaron Giles | 2009-12-29 | 1 | -3/+3 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -8/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -2/+2 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | Some PIC8259 updates: |  Wilbert Pol | 2008-12-18 | 1 | -60/+84 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |