summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/laserdsc.c
Commit message (Expand)AuthorAgeFilesLines
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* fixed laserdisc regression (nw) Miodrag Milanovic2014-03-191-2/+28
* crash fixes for mame (nw) Miodrag Milanovic2014-02-281-1/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-2/+2
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* Change palette_t allocation so that it uses matching new/delete operators. Aaron Giles2014-02-181-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-3/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-17/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-55/+54
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-29/+47
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-11/+11
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-22/+23
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-0/+1229
* Added 22VP931 emulation, which is mostly working. Communication works Aaron Giles2008-09-251-4119/+0
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-3/+3
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8... Aaron Giles2008-08-221-2/+5
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-32/+32
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-08-191-1/+0
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-14/+536
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-7/+7
* Moved several include files from mame/ to emu/, as they were Aaron Giles2008-08-131-1/+1
* Added video level detection and reporting to ldverify. Aaron Giles2008-08-121-2/+13
* Rejiggered huffman.c to support multiple interleaving Aaron Giles2008-08-121-78/+73
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-3/+3
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-21/+21
* Removed obsolete makemeta tool. Replaced it with new ldverify Aaron Giles2008-08-051-62/+181
* Added proper laserdisc support for MACH 3, Us vs. Them, and Cobra Aaron Giles2008-08-041-217/+237
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-2/+2
* Added cropping of the VBI data. Aaron Giles2008-08-011-1/+6
* Removed per-frame metadata support from chdman. Creating an A/V Aaron Giles2008-08-011-105/+102
* Laserdiscs are now devices. Updated all drivers accordingly. Aaron Giles2008-07-211-841/+930
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-3/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-5/+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/+3361