summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/laserdsc.cpp
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-271-19/+9
* util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... Vas Crabb2024-10-141-10/+8
* Added LD-V1000 HLE device, placeholder SSI-263A HLE device, and promoted Thay... MooglyGuy2024-01-081-45/+50
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-5/+5
* Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] MooglyGuy2023-01-291-2/+4
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-161-0/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-23/+21
* Fixed bill validator hookup in Time Traveler (#9470) MooglyGuy2022-03-261-0/+70
* Time Traveler (set 1) - promoted to working (#9468) [Ryan Holtz] MooglyGuy2022-03-271-0/+20
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-13/+14
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-12/+11
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-17/+18
* Cleaned up bitmap API. Vas Crabb2020-09-271-9/+10
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+8
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-22/+4
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-2/+20
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-94/+0
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* XML refactoring: Vas Crabb2016-12-111-9/+9
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-15/+15
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-2/+2
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
* Another round of these Vas Crabb2016-08-271-1/+1
* fix after pass through the diff Vas Crabb2016-08-011-3/+3
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-9/+9
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-5/+5
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* clang-modernize part 3 Miodrag Milanovic2015-12-041-26/+26
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1229