summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/laserdsc.h
Commit message (Expand)AuthorAgeFilesLines
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-20/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-104/+104
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-3/+9
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-0/+3
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-2/+2
* More cleanup, and fixed bad bug from last update. Aaron Giles2012-01-131-1/+2
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-8/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-171/+365
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-5/+8
* fixed crash when running laser disc games smf-2011-06-261-4/+18
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* running_device -> device_t Aaron Giles2010-12-311-18/+18
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-37/+37
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-18/+18
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* > -----Original Message----- Aaron Giles2009-10-011-1/+1
* Added mechanism for the laserdisc core to return 0 for the Aaron Giles2009-07-131-1/+1
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-6/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+4
* ldplayer works again. Added MDRV_LASERDISC_GET_DISC callback hook Aaron Giles2009-01-011-0/+7
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* Made the Z80 daisy chain aware of referencing device-specific devices. Aaron Giles2008-10-091-1/+3
* Added 22VP931 emulation, which is mostly working. Communication works Aaron Giles2008-09-251-7/+11
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-6/+3
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-10/+5
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-0/+1
* Split core laserdisc functionality into separate file ldcore.c. Aaron Giles2008-09-041-3/+0
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-2/+2
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-1/+84
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+3
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-1/+1
* Removed obsolete makemeta tool. Replaced it with new ldverify Aaron Giles2008-08-051-4/+5
* Added proper laserdisc support for MACH 3, Us vs. Them, and Cobra Aaron Giles2008-08-041-2/+35
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-6/+2
* Removed per-frame metadata support from chdman. Creating an A/V Aaron Giles2008-08-011-5/+4
* Laserdiscs are now devices. Updated all drivers accordingly. Aaron Giles2008-07-211-18/+52
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+86