| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -0/+11 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -1/+1 |
* | Changed driver_device to expose the game_driver's ROMs through the |  Aaron Giles | 2010-09-03 | 1 | -2/+9 |
* | Changed driver_data objects to be devices. Replaced the driver_data_t |  Aaron Giles | 2010-09-02 | 1 | -11/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -3/+3 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -205/+59 |
* | Added bool operator to astring, returning true if the string is |  Aaron Giles | 2010-08-21 | 1 | -1/+1 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -3/+3 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -90/+133 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -71/+40 |
* | Changed all driver_data structs into classes with a simple |  Aaron Giles | 2010-02-25 | 1 | -2/+1 |
* | VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) |  Miodrag Milanovic | 2010-02-18 | 1 | -6/+0 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -1/+1 |
* | Convrted the rest of devintrf to classes and moved management |  Aaron Giles | 2010-01-19 | 1 | -3/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -2/+2 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -40/+5 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -4/+1 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -4/+2 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
* | Added some missing header declarations and static qualifiers. Added validity.... |  Phil Bennett | 2010-01-06 | 1 | -0/+2 |
* | Cleanups and version bump.mame0135u2 |  Aaron Giles | 2009-11-30 | 1 | -1/+1 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -7/+12 |
* | Move address_map array from cpu_config to device_config. Added |  Aaron Giles | 2009-07-08 | 1 | -0/+7 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -2/+1 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -2/+2 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -9/+7 |
* | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -3/+3 |
* | Added the ability for devices to have their own custom inline config management. |  Aaron Giles | 2009-02-16 | 1 | -17/+49 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -133/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-01-13 | 1 | -3/+6 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 1 | -1/+1 |
* | Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling |  Aaron Giles | 2008-12-20 | 1 | -3/+7 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -3/+9 |
* | Fix compile error. |  Aaron Giles | 2008-12-17 | 1 | -1/+1 |
* | Added the concept of device "owner", for devices owned by other devices. |  Aaron Giles | 2008-12-17 | 1 | -11/+13 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -158/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -1/+1 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -1/+1 |
* | Added concept of scheduling quanta to the timer system. Also added |  Aaron Giles | 2008-11-05 | 1 | -0/+5 |
* | Added new functions for building device-relative tags. Changed machine |  Aaron Giles | 2008-10-03 | 1 | -32/+12 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -9/+9 |
* | CPUs, sound chips, devices, and ROM-regions which are specified by devices |  Aaron Giles | 2008-09-08 | 1 | -21/+68 |
* | Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a |  Aaron Giles | 2008-09-06 | 1 | -35/+42 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-07-31 | 1 | -2/+0 |
* | Fix for incorrect sound bug in 0.124. |  Aaron Giles | 2008-03-25 | 1 | -2/+2 |
* | From: Lei Wu [mailto:lanewu@hotmail.com] |  Aaron Giles | 2008-03-24 | 1 | -2/+4 |
* | Cleanups and version bump to 0.123u5.mame0123u5 |  Aaron Giles | 2008-03-13 | 1 | -1/+1 |
* | WIP check-in. Things work now, but I'm still working on the code. |  Aaron Giles | 2008-03-09 | 1 | -6/+10 |
* | Most of this descriptions taken directly from an e-mail by Aaron: |  Zsolt Vasvari | 2008-02-29 | 1 | -0/+9 |