| Commit message (Expand) | Author | Age | Files | Lines |
* | (mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert] |  Olivier Galibert | 2012-09-08 | 1 | -10/+10 |
* | remived some redundant assignments (also fixes uninitialized array in karnov)... |  Oliver Stöneberg | 2012-08-11 | 1 | -1/+0 |
* | putting this back, causing more issues then fix (nw) |  Miodrag Milanovic | 2012-06-04 | 1 | -21/+5 |
* | fix for timers 8237dma, this gives timeslice to cpu making soundblaster able ... |  Miodrag Milanovic | 2012-06-01 | 1 | -5/+20 |
* | some memconv.h usage removal (nw) |  Miodrag Milanovic | 2012-05-24 | 1 | -1/+0 |
* | dma8237: fix uninitialized variable [Hans Ostermeyer] |  Miodrag Milanovic | 2012-02-18 | 1 | -0/+1 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -23/+23 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -43/+36 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -1/+1 |
* | 8237dma - Added cascade mode support [Wilbert Pol] |  Miodrag Milanovic | 2011-04-11 | 1 | -16/+42 |
* | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -6/+6 |
* | 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 |
* | Cleanups and version bump.mame0140u2 |  Aaron Giles | 2010-12-08 | 1 | -5/+5 |
* | Various device fixes/enhancements [Hans Ostermeyer] |  R. Belmont | 2010-12-07 | 1 | -3/+39 |
* | 8237dma.c: Initialize the command register to 0 on reset. [Wilbert Pol] |  Wilbert Pol | 2010-10-13 | 1 | -0/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -1/+1 |
* | Updated the i8257 DMA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 1 | -3/+3 |
* | Updated the i8237 DMA device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 1 | -331/+309 |
* | 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 | -7/+5 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -7/+7 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | i8237: removed old MESS hack leftover. No whatsnew. |  Wilbert Pol | 2009-12-26 | 1 | -16/+0 |
* | A few more fixes. |  Aaron Giles | 2009-12-21 | 1 | -1/+2 |
* | Cleanups and version bump.mame0135u1 |  Aaron Giles | 2009-11-20 | 1 | -1/+1 |
* | Fixed i8237 DACK polarity. |  Curt Coder | 2009-11-08 | 1 | -1/+1 |
* | Refactored i8237 DMA to use devcb. |  Curt Coder | 2009-11-08 | 1 | -172/+218 |
* | Fixed DMA write mask register in 8237dma [Mariusz Wojcieszek] |  mariuszw1 | 2009-10-07 | 1 | -1/+1 |
* | Cleanups and version bump.mame0132u1 |  Aaron Giles | 2009-06-18 | 1 | -10/+10 |
* | Made the 8237 dma controller emulation more accurate by implementing it as a ... |  Wilbert Pol | 2009-06-13 | 1 | -133/+339 |
* | 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 | -3/+3 |
* | 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 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -2/+2 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -3/+3 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -1/+1 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -0/+2 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 1 | -2/+1 |
* | Changed the 8237dma implementation into a device. |  Wilbert Pol | 2008-04-07 | 1 | -153/+151 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -14/+14 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -2/+2 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | - Changed cpunum_set_input_line* functions to take running_machine as an argu... |  Zsolt Vasvari | 2008-01-24 | 1 | -1/+1 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 1 | -3/+3 |