summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ibm6580.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc cleanup: (nw) Vas Crabb2019-11-191-11/+2
* various: de-unroll loops in pixel drawing routines, drop scanline_callback (... shattered2019-07-061-16/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-54/+53
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-53/+54
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-5/+5
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-051-12/+14
* use logmacro.h instead of ad-hoc DBG_LOG macro (nw) Sergey Svishchev2019-02-121-34/+31
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+6
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-4/+4
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-7/+7
* srcclean and cleanup (nw) Vas Crabb2018-10-281-1/+1
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-8/+8
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-7/+7
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-4/+2
* -i8257: Removed MCFG, nw mooglyguy2018-09-041-7/+7
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-5/+5
* i8251: Removed MCFG, nw mooglyguy2018-08-291-12/+12
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* devcb3 Vas Crabb2018-07-071-5/+5
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-2/+4
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-41/+41
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-29/+31
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* 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/+2
* (nw) more small tidyups of my drivers Robbbert2017-11-121-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
* ibm6580: make memory size configurable; fix a Coverity finding; misc. Sergey Svishchev2017-03-151-26/+46
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* Converting m_p_chargen into a required_region, part 1 Robbbert2017-02-091-2/+2
* srcclean (nw) Vas Crabb2017-01-221-53/+53
* Fix build (nw) AJR2017-01-101-1/+1
* IBM 6580 Displaywriter de-skeletonization [shattered] Sergey Svishchev2017-01-101-29/+878
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-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-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+104