| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -3/+3 |
| * | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 1 | -0/+6 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -0/+4 |
| * | Added overrides to fetch the execute and state interfaces without doing |  Aaron Giles | 2010-07-02 | 1 | -1/+11 |
| * | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -12/+0 |
| * | Fix performance regression for PowerPC games. The timing made heavy use of |  Aaron Giles | 2010-06-30 | 1 | -0/+1 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -2/+2 |
| * | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -0/+2 |
| * | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -4/+4 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -31/+31 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -386/+399 |
| * | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -2/+8 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-01-28 | 1 | -118/+118 |
| * | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -3/+2 |
| * | Made direct accessors for device configuration state. Currently they |  Aaron Giles | 2010-01-21 | 1 | -20/+40 |
| * | Mark these virtual before I forget and later waste time debugging it. |  Aaron Giles | 2010-01-20 | 1 | -2/+2 |
| * | Convrted the rest of devintrf to classes and moved management |  Aaron Giles | 2010-01-19 | 1 | -168/+142 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -135/+209 |
| * | device_find_child_by_tag() -> device->subdevice() |  Aaron Giles | 2010-01-17 | 1 | -7/+0 |
| * | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -73/+45 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-01-16 | 1 | -3/+3 |
| * | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 1 | -3/+14 |
| * | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -7/+7 |
| * | Fixed memory freeing so that is it released in the opposite order |  Aaron Giles | 2010-01-11 | 1 | -2/+28 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -24/+23 |
| * | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
| * | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -7/+7 |
| * | Fixes so we can compile as C++ again. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -2/+2 |
| * | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -13/+51 |
| * | Added device_find_child_by_tag helper function. |  Curt Coder | 2009-09-14 | 1 | -0/+3 |
| * | Cleanups and version bump.mame0132u4 |  Aaron Giles | 2009-07-10 | 1 | -1/+1 |
| * | Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO |  Aaron Giles | 2009-07-09 | 1 | -15/+46 |
| * | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -0/+25 |
| * | Move address_map array from cpu_config to device_config. Added |  Aaron Giles | 2009-07-08 | 1 | -1/+2 |
| * | Added the concept of device contracts. A contract is a well-defined |  Aaron Giles | 2009-06-08 | 1 | -2/+26 |
| * | Fixing NVRAM function name to be the same for devices/non-devices. This makes... |  Fabio Priuli | 2009-06-03 | 1 | -1/+1 |
| * | Converted the Namco 50xx into a proper device. |  Aaron Giles | 2009-05-26 | 1 | -0/+3 |
| * | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -26/+1 |
| * | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -20/+17 |
| * | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 1 | -7/+7 |
| * | Added the ability for devices to have their own custom inline config management. |  Aaron Giles | 2009-02-16 | 1 | -0/+7 |
| * | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -0/+1 |
| * | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -11/+4 |
| * | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -1/+1 |
| * | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -2/+21 |
| * | Added the concept of device "owner", for devices owned by other devices. |  Aaron Giles | 2008-12-17 | 1 | -2/+5 |
| * | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -45/+47 |
| * | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -5/+16 |