| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-10 | 1 | -1/+1 |
* | Hi mamedev, |  Aaron Giles | 2008-12-08 | 1 | -2/+2 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -7/+7 |
* | Here's another MAME tidy patch. This one adds missing const/statics, |  Aaron Giles | 2008-11-02 | 1 | -1/+1 |
* | Made the Z80 daisy chain aware of referencing device-specific devices. |  Aaron Giles | 2008-10-09 | 1 | -156/+14 |
* | Added correct overlay positioning, font, and behavior to PR-8210 emulation. |  Aaron Giles | 2008-10-06 | 1 | -2/+2 |
* | MSVC compiler error. |  Aaron Giles | 2008-10-02 | 1 | -1/+1 |
* | Cleanups and version bump.mame0127u6 |  Aaron Giles | 2008-10-02 | 1 | -1/+1 |
* | Simplified core deinterlacing logic based on availability of pre- |  Aaron Giles | 2008-09-29 | 1 | -43/+31 |
* | Plumbed machine parameters through the renderer. Removed need for |  Aaron Giles | 2008-09-29 | 1 | -3/+3 |
* | Cleanups and version bump.mame0127u5 |  Aaron Giles | 2008-09-26 | 1 | -4/+4 |
* | Added 22VP931 emulation, which is mostly working. Communication works |  Aaron Giles | 2008-09-25 | 1 | -18/+36 |
* | Cleanups and version bump.mame0127u4 |  Aaron Giles | 2008-09-18 | 1 | -10/+10 |
* | Changed requirements for laserdisc CHDs to require a new chunk of |  Aaron Giles | 2008-09-18 | 1 | -123/+132 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -20/+20 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -125/+305 |
* | Fixed potential crasher when the player-specific info was not found |  Aaron Giles | 2008-09-06 | 1 | -3/+3 |
* | Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a |  Aaron Giles | 2008-09-06 | 1 | -10/+24 |
* | Cleanups and version bump.mame0127u2 |  Aaron Giles | 2008-09-04 | 1 | -41/+41 |
* | Split core laserdisc functionality into separate file ldcore.c. |  Aaron Giles | 2008-09-04 | 1 | -0/+1576 |