summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/laserdsc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-15/+8
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-23/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-49/+9
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* make it possible to set screen update functions without macros without syntax... Vas Crabb2018-06-161-4/+23
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-21/+43
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+17
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* XML refactoring: Vas Crabb2016-12-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Fixed laserdisc screen PAL parameters [Angelo Salese] angelosa2016-06-171-2/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* 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-2/+2
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+413