| Commit message (Expand) | Author | Age | Files | Lines |
* | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -4/+4 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -4/+0 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -3/+3 |
* | More Clang fixes (verified OK with GCC) [Balrog] |  R. Belmont | 2010-10-16 | 1 | -4/+4 |
* | Fix another Clang issue [Balrog] |  R. Belmont | 2010-10-03 | 1 | -6/+6 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -21/+21 |
* | 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... |  Aaron Giles | 2010-09-18 | 1 | -0/+1 |
* | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 1 | -2/+6 |
* | Moved auto-finding code down into the device_t object so it can be more |  Aaron Giles | 2010-09-14 | 1 | -0/+105 |
* | Made the mc146818 a proper device, modernized it, and added an NVRAM interface |  Aaron Giles | 2010-09-10 | 1 | -0/+5 |
* | Added DECLARE/DEFINE_TRIVIAL_DERIVED_DEVICE macros to simplify the |  Aaron Giles | 2010-09-09 | 1 | -1/+35 |
* | Move debug_setup() call to after the device_debug class is created. |  Aaron Giles | 2010-09-06 | 1 | -1/+0 |
* | Added read_status() and write_command() methods to the okim6295_device |  Aaron Giles | 2010-09-05 | 1 | -0/+5 |
* | Have each device create its own device_debug instead of letting the |  Aaron Giles | 2010-09-04 | 1 | -1/+0 |
* | Changed driver_data objects to be devices. Replaced the driver_data_t |  Aaron Giles | 2010-09-02 | 1 | -1/+2 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -29/+9 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 1 | -28/+0 |
* | Time to kill off some deadwood. |  Aaron Giles | 2010-07-07 | 1 | -1/+0 |
* | 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 |