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