summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace old MC2661 device with new SCN2651/SCN2661/SCN2641 devices and make s... AJR2020-03-061-11/+11
* Correct region widths in miscellaneous drivers and devices (nw) AJR2019-11-161-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-29/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+29
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-15/+1
* New working software list additions Nigel Barnes2019-02-141-0/+2
* pcd: remove now unnecessary hack (nw) cracyc2019-02-131-14/+0
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-26/+28
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-4/+3
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-2/+2
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-5/+5
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-4/+4
* -mc2661,mc68328,mc6843,mc6846: De-MCFG, nw mooglyguy2018-09-081-20/+23
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-6/+6
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-13/+13
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-4/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+7
* 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