summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mbc55x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* a2gameio: One fine point (nw) AJR2019-06-101-0/+1
* apple2, apple2e, apple2gs: Generic emulation of Game I/O connector. Joysticks... AJR2019-06-101-6/+38
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-177/+147
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-147/+177
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+4
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4
* isa: Modernize device configuration (nw) AJR2019-01-251-4/+5
* i8087: Replace memory interface with address space finder AJR2019-01-221-2/+1
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-9/+9
* mbc55x: Rewrite keyboard as HLE serial device AJR2019-01-031-29/+6
* mbc55x: Shuffle code around in preparation for serial keyboard emulation; rem... AJR2019-01-031-166/+158
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+4
* misc cleanup (nw) Vas Crabb2018-12-271-14/+11
* mbc55x: Add 8087 coprocessor AJR2018-12-131-1/+10
* 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