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