summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* 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-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-34/+34
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+35
* Grammar police (nw) Olivier Galibert2018-02-241-4/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-21/+26
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-4/+4
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* fix a few (nw) cracyc2016-06-161-1/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+604