index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
machine
/
laserdsc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-1
/
+1
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-1
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-2
/
+2
*
fixed laserdisc regression (nw)
Miodrag Milanovic
2014-03-19
1
-2
/
+28
*
crash fixes for mame (nw)
Miodrag Milanovic
2014-02-28
1
-1
/
+2
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-1
/
+1
*
second round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-2
/
+2
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-2
/
+2
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-3
/
+3
*
Change palette_t allocation so that it uses matching new/delete operators.
Aaron Giles
2014-02-18
1
-1
/
+1
*
Converted palette_t and palette_client to classes. General palette.c
Aaron Giles
2014-02-18
1
-3
/
+3
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-17
/
+1
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-2
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-55
/
+54
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-29
/
+47
*
Clean-ups and version bump
mame0144u6
Angelo Salese
2012-01-15
1
-11
/
+11
*
Added new method screen_device::register_screen_bitmap which
Aaron Giles
2012-01-15
1
-1
/
+1
*
Some cleanup of the previous change. Added new template
Aaron Giles
2012-01-13
1
-22
/
+23
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-0
/
+1229
*
Added 22VP931 emulation, which is mostly working. Communication works
Aaron Giles
2008-09-25
1
-4119
/
+0
*
Changed requirements for laserdisc CHDs to require a new chunk of
Aaron Giles
2008-09-18
1
-3
/
+3
*
Cleanups and version bump.
mame0127u3
Aaron Giles
2008-09-11
1
-1
/
+1
*
Changed DEVICE_START functions to return an error code. Currently this
Aaron Giles
2008-09-09
1
-0
/
+2
*
Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8...
Aaron Giles
2008-08-22
1
-2
/
+5
*
Cleanups and version bump.
mame0127
Aaron Giles
2008-08-19
1
-32
/
+32
*
From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr]
Aaron Giles
2008-08-19
1
-1
/
+0
*
Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code.
Aaron Giles
2008-08-18
1
-14
/
+536
*
Cleanups and version bump.
mame0126u5
Aaron Giles
2008-08-14
1
-7
/
+7
*
Moved several include files from mame/ to emu/, as they were
Aaron Giles
2008-08-13
1
-1
/
+1
*
Added video level detection and reporting to ldverify.
Aaron Giles
2008-08-12
1
-2
/
+13
*
Rejiggered huffman.c to support multiple interleaving
Aaron Giles
2008-08-12
1
-78
/
+73
*
Updated structure and naming conventions of the following sound interfaces.
Derrick Renaud
2008-08-08
1
-3
/
+3
*
Cleanups and version bump.
mame0126u4
Aaron Giles
2008-08-07
1
-21
/
+21
*
Removed obsolete makemeta tool. Replaced it with new ldverify
Aaron Giles
2008-08-05
1
-62
/
+181
*
Added proper laserdisc support for MACH 3, Us vs. Them, and Cobra
Aaron Giles
2008-08-04
1
-217
/
+237
*
Disks opened by the romload module are no longer identified by index.
Aaron Giles
2008-08-01
1
-2
/
+2
*
Added cropping of the VBI data.
Aaron Giles
2008-08-01
1
-1
/
+6
*
Removed per-frame metadata support from chdman. Creating an A/V
Aaron Giles
2008-08-01
1
-105
/
+102
*
Laserdiscs are now devices. Updated all drivers accordingly.
Aaron Giles
2008-07-21
1
-841
/
+930
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-3
/
+2
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-4
/
+4
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From Atari Ace)
Aaron Giles
2007-12-31
1
-5
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+3361