| Commit message (Expand) | Author | Age | Files | Lines |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -3/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -61/+16 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | 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 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -7/+7 |
* | Move device definitions out of the bottom of the file. They can be |  Aaron Giles | 2010-09-19 | 1 | -2/+7 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | Prospective fix for Phil's r2dtank crash, which I'm not getting. No whatsnew. |  Ryan Holtz | 2010-08-25 | 1 | -6/+50 |
* | Keep MSVC and me happy :) (no whatsnew) |  Phil Bennett | 2010-08-25 | 1 | -112/+112 |
* | Updated the 74123 device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-23 | 1 | -144/+203 |
* | 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 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -5/+5 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -6/+6 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -5/+5 |
* | 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 |
* | Resistance is given in KOhm in datasheet formula |  Couriersud | 2009-01-25 | 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 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -3/+3 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+2 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -9/+3 |
* | 74123 Fixes: |  Couriersud | 2008-11-03 | 1 | -6/+18 |
* | Changed 74123 into a device |  Couriersud | 2008-11-02 | 1 | -65/+122 |
* | Fixed includes of rescap.h. |  Aaron Giles | 2008-08-14 | 1 | -1/+1 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -3/+3 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 1 | -6/+6 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+190 |