summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ldplayer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Remove first_screen() from lisa and ldplayer, nw mooglyguy2018-03-101-5/+8
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-3/+10
* Revert "LDPLAYER: added cdrom interface (nw) still doesn't seem to work, i ha... Vas Crabb2016-11-271-9/+2
* LDPLAYER: added cdrom interface (nw) still doesn't seem to work, i have no su... Robbbert2016-11-261-2/+9
* made name unique, need to take a look at better validation after release (nw) Miodrag Milanovic2016-11-241-4/+4
* do not bail out on error (nw) Miodrag Milanovic2016-11-231-2/+5
* Made ldplayer regular driver, same as vgmplay (nw) Miodrag Milanovic2016-11-231-0/+666