| Commit message (Expand) | Author | Age | Files | Lines |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -1709/+0 |
* | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 1 | -10/+10 |
* | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 1 | -6/+6 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -31/+24 |
* | Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a |  Aaron Giles | 2011-12-29 | 1 | -5/+5 |
* | Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no w... |  Miodrag Milanovic | 2011-08-14 | 1 | -6/+3 |
* | Fixes for variable shadowing [Oliver Stöneberg] |  R. Belmont | 2011-07-21 | 1 | -1/+1 |
* | Port from MESS, nw |  Angelo Salese | 2011-06-28 | 1 | -5/+5 |
* | fixed crash when running laser disc games |  smf- | 2011-06-26 | 1 | -119/+173 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -4/+3 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -8/+8 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -34/+34 |
* | Modified video update system. [Miodrag Milanovic] |  Miodrag Milanovic | 2011-02-24 | 1 | -1/+1 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -0/+1 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -6/+6 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -8/+8 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -4/+3 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -24/+24 |
* | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 1 | -12/+10 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -1/+1 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -2/+2 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -22/+20 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -2/+2 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-28 | 1 | -1/+1 |
* | Convrted the rest of devintrf to classes and moved management |  Aaron Giles | 2010-01-19 | 1 | -5/+2 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -56/+49 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -2/+2 |
* | Cleanups and version bump. |  Aaron Giles | 2010-01-16 | 1 | -3/+3 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -3/+3 |
* | Fix typo causing crash in laserdisc games. |  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 | -1/+2 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -10/+14 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -2/+2 |
* | > -----Original Message----- |  Aaron Giles | 2009-08-13 | 1 | -1/+1 |
* | Cleanups and version bump.mame0132u5 |  Aaron Giles | 2009-07-16 | 1 | -2/+2 |
* | Added mechanism for the laserdisc core to return 0 for the |  Aaron Giles | 2009-07-13 | 1 | -1/+20 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -12/+10 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -12/+12 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -20/+20 |
* | Added flags to the metadata entries, encoded in the top bit. Right now |  Aaron Giles | 2009-03-05 | 1 | -2/+2 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -3/+3 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -30/+36 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -3/+4 |
* | Cleanups and version bump.mame0129 |  Aaron Giles | 2009-01-04 | 1 | -2/+2 |
* | ldplayer works again. Added MDRV_LASERDISC_GET_DISC callback hook |  Aaron Giles | 2009-01-01 | 1 | -4/+8 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-18 | 1 | -2/+2 |