summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mbc55x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-7/+8
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-4/+4
* mbc55x: Various additions and refinements AJR2018-11-041-39/+93
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-7/+7
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-7/+7
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-7/+7
* i8251: Removed MCFG, nw mooglyguy2018-08-291-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-3/+3
* 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-3/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-3/+3
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+316