| Commit message (Expand) | Author | Age | Files | Lines |
* | De-legacy the z80sio device. |  Aaron Giles | 2012-08-08 | 1 | -32/+20 |
* | Sync with MESS (nw) |  Miodrag Milanovic | 2012-08-05 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -66/+23 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -5/+5 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | 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 | -3/+3 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -2/+8 |
* | Fixed Z80 SIO interrupts. (no whatsnew) |  Curt Coder | 2010-08-06 | 1 | -0/+2 |
* | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -0/+2 |
* | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -1/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -7/+7 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -609/+618 |
* | z80sio: Added register access functions to prevent trampoline functions [Dirk... |  Dirk Best | 2010-03-08 | 1 | -0/+52 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -14/+14 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -3/+1 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -10/+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 | -1/+0 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -13/+0 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -5/+5 |
* | Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. |  Aaron Giles | 2008-12-06 | 1 | -5/+5 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -4/+4 |
* | Silenced Z80 SIO by default. |  Curt Coder | 2008-11-25 | 1 | -1/+1 |
* | This patch replaces the Machine parameter where an running_machine * |  Aaron Giles | 2008-11-13 | 1 | -1/+0 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -5/+5 |
* | Added new functions for building device-relative tags. Changed machine |  Aaron Giles | 2008-10-03 | 1 | -1/+7 |
* | Converted Z80 SIO to device. Updated drivers accordingly. |  Aaron Giles | 2008-09-30 | 1 | -113/+169 |
* | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 1 | -14/+14 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 1 | -18/+18 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-05-22 | 1 | -2/+2 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -8/+9 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -1/+1 |
* | Copyright cleanup: |  Aaron Giles | 2008-01-06 | 1 | -1/+1 |
* | (From Atari Ace) |  Aaron Giles | 2007-12-31 | 1 | -5/+1 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 1 | -4/+4 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+805 |